We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Script of the Day
Script Download: ListAllSharedFolderPermission.zip http://gallery.technet.microsoft.com/scriptcenter/Lists-all-the-shared-5ebb395a
In many cases, users want to check many share folders permission one by one. If we can use the script to list these share folders permission, it will really useful.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ValidateTempdbConfig.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-validate-Tempdb-4c988afa
Ideal tempdb configuration is a frequently asked question by IT administrators in the TechNet forums. IT professionals want to check tempdb best practices by script, for example,
Script Download: NonDefaultSpConfigure.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-review-non-d5c1a6ae
Script Download: ChangeDesktopIconSize.ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-window-borderdesktop-609a6fb2
IT administrators can use this script to adjust desktop appearance for a group of computers to keep a consistent user experience.
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 terminates with object not found exception. Using this sample script we can verify the existence of required OU before we perform some operation on respective OU.