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: 21881.ziphttp://gallery.technet.microsoft.com/How-to-get-BitLocker-193ef058
Sometimes IT admin want to know BitLocker Encryption Status for multiple computers. This script is to achieve that.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
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: 23984.zip http://gallery.technet.microsoft.com/How-to-show-all-users-or-795ab3cd
Sometimes users want to show all user on logon screen. This script is to achieve that.
Script Download: CreateWindowsTile.ziphttp://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-37c8111d
Many users would like to shut down or reboot Windows 8 in just one click. This script enables users to click a tile to shut down, reboot or log off Windows on the Start menu.
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.