• [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. 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. 11] Script to determine the OU the Local Computer Belongs to (PowerShell)

    Script Download: ComputerBelongsTo(PowerShell).zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-determine-the-OU-5a22a0e0 This PowerShell script 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...
  • [Script of Oct. 14] How to remove computers from a group (PowerShell)

    Script Download: RemoveCompter(PowerShell).zip http://gallery.technet.microsoft.com/scriptcenter/How-to-remove-computers-5b1156f1 This script could be used to remove computers from a group. Sometimes, AD admin need to remove some computers from a group. You...
  • [Script of Oct. 15] Script to get installed software through registry (VBScript)

    Script Download: InstalledSoftware(VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-get-installed-80cd3798 This script is used to get installed software through registry. This script is used to get installed software through registry. ...