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