• [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 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...
  • [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...
  • [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...
  • [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...