• [Script of Oct. 10] Script to determine the OU the Local Computer Belongs to (VBScript)

    Script Download: ComputerBelongsTo(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-determine-the-OU-13d4dc8a

    This VBScript shows how to determine the OU the local computer belongs to.

    Some of IT admins want to verify that is has been deployed to the correct OU. So this script can help do that.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Oct. 9] Get a List of Installed Application from computers (PowerShell)

    Script Download: GetInstalledApplicationInfo(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Enable-or-disable-Control-d6d33550

    This PowerShell script shows how to get a list of installed application on local or remote computers.

    If IT admins upgrade operating system and want to list the installed application on every computer.  It’s very handy to have a list the programs installed. This script can do it.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Oct. 8] Check if an AD user has a roaming profile configured (PowerShell)

    Script Download: CheckIfProfileExists.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-if-an-AD-user-has-a-45ed5d1c

    This script can query specified active directory users whether or not a roaming profile was configured. 

    IT admins may care about which users has a roaming profile was configured. This script can help IT admins check whether or not a roaming profile was configured.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Oct. 7] Check if the network printer is connected (VBScript)

    Script Download: CheckIfNetworkPrinterIsConnected(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-if-the-network-3d8d2b2c

    This VBScript will list the status of network printer and whether the printer connection is connected.

    In a real word, office environment are always changing, users have been using the network for a long time. Many users will encounter some printer problems, but not all of the print problems are user related, sometimes some problems from printer itself, especially the printers were offline. IT helpdesk always spend a lot of time on it.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Oct. 4] Check VLF information (T-SQL)

    Script Download: VLFinfo.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-VLF-information-T-SQL-f7e2bd94

    This script will list the actual log size, used log space, actual VLFs and used VLFs etc. information of all databases in an instance. Besides, the script will proactively list potential log size, potential VLFs of based on the current size of the transaction log.

    The script will list information about VLFs about all the databases in an instance.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery