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: SetDNSServerSearchOrder.ziphttp://gallery.technet.microsoft.com/scriptcenter/Set-DNS-Server-Search-6a3e3ede
When you replace an old DNS Server by a new one, IT administrators often want to retrieve a list of computers that are using old DNS Server. After getting the list of these servers, IT administrators also need to replace the old DNS Server search order with the new one.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: UpdateFBAUserDisplayname.zip http://gallery.technet.microsoft.com/Update-Users-Display-Name-f32f5a52
After enabling form-based authentication, you may want to change users display name to friendly ones. Nowadays, you may notice that some display names are showed in this form, i:0#.f|membership|username. Suppose you need to manage a large number of site collections with FBA enabled, change display names will be a time-consuming task for you.
Script Download: HideFullPathForMappedDrive.zip http://gallery.technet.microsoft.com/Hide-the-specified-full-4049ad73
By default, the full path is displayed in default name of mapped drive. Some users may want to hide the full path of mapped drive for security.
Script Download: DisableNetworkAdapterPnPCapabilities.zip http://gallery.technet.microsoft.com/Disable-turn-off-this-f74e9e4a
Many users want to disable the option in network device called: The computer turn off this device to save power. Now, this script can help users to disable "turn off this device to save power" feature in Power Management of all physical network adapters.
Script Download: HideDriveLetter.zip http://gallery.technet.microsoft.com/Script-to-hide-drive-2f464bd2
How to hide drive from explorer view is a frequently asked question in many public forums. Normally, we need to edit registry key to do it. Now use this script can reduce time-consuming for edit registry.