• [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...
  • [Script of Feb. 5] Script to review non-default SQL configuration settings (sp_configure)

    Script Download: NonDefaultSpConfigure.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-review-non-d5c1a6ae This is a frequent troubleshooting requirement for individual sp_configure values during most SQL performance troubleshooting. We've hundreds of known cases which have this...
  • [Script of Feb. 6] Script to validate Tempdb configuration in SQL Server

    Script Download: ValidateTempdbConfig.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-validate-Tempdb-4c988afa This T-SQL sample script illustrates how to check tempdb configuration per best practices. Tempdb is a system database is highly used by Sql Server and an optimal tempdb configuration...
  • [Script of Feb. 7] Lists all the shared folder permissions or NTFS permissions (PowerShell)

    Script Download: ListAllSharedFolderPermission.zip http://gallery.technet.microsoft.com/scriptcenter/Lists-all-the-shared-5ebb395a This PowerShell script illustrates how to list all the shared folder permissions and NTFS permissions. In many cases, users want to check many share folders permission...