• [Script of Aug. 29] Check database backups appended to existing backup devices problems (VBS)

    Script Download: CheckBackupToSingleFile.zip http://gallery.technet.microsoft.com/scriptcenter/Check-database-backups-4d65f7c2 The backup history for SQL Server database indicates that backups are getting appended to existing backup devices. This increases the risk of losing all the backups when the...
  • [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 Jan. 31] Set DNS Server Search Order for Multiple Computers in an Organizational Unit

    Script Download: SetDNSServerSearchOrder.zip http://gallery.technet.microsoft.com/scriptcenter/Set-DNS-Server-Search-6a3e3ede This script allows you to retrieve or set DNS server search order for multiple computers that belong to one organizational unit. It will only modify the DNS server search order...
  • [Script of Feb. 3] How to verify if an OU exists (VBScript)

    Script Download: VBSFindOU.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-verify-if-an-OU-b0317c33 This VBScript illustrates how to check or verify if an Active Directory (AD) Organizational Unit (OU) exists . If we bind to a particular OU that does not exist using VBScript, the script...
  • [Script of Feb. 4] Change window border,desktop icon spacing,desktop background color and wallpaper

    Script Download: ChangeDesktopIconSize.zip http://gallery.technet.microsoft.com/scriptcenter/Change-window-borderdesktop-609a6fb2 This sample demonstrates how to change the window border, desktop icon spacing, desktop background color, and wallpaper by using PowerShell script. This script completes...