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: SyncNPSConfiguration.zip http://gallery.technet.microsoft.com/scriptcenter/Synchronizes-configurations-f69d78f2
In some scenarios, you may deploy multiple RADIUS Servers instead of one central RADIUS Server and other servers that act as Proxy Servers. However, it is difficult to ensure the consistency of the configurations of multiple RADIUS Proxy Servers. IT Administrators have to use the "netsh nps export" command to export a configuration file, and then use the "netsh nps import" command to import it to other NPS Servers manually. There is no automatic way to synchronize the servers.
Script Download: SyncNPSConfiguration.ziphttp://gallery.technet.microsoft.com/scriptcenter/Synchronizes-configurations-983962bf
In some scenarios, you may deploy multiple RADIUS servers instead of one central RADIUS server and other servers that act as proxy servers. However, it is difficult to ensure the consistency of the configurations of multiple RADIUS proxy servers. IT Administrators have to use the "netsh nps export" command to export a configuration file, and then use the "netsh nps import" command to import it to other NPS servers manually. There is no automatic way to synchronize the servers.
Script Download: ReinitializeOfflineFilesCacheAndDatabase.ziphttp://gallery.technet.microsoft.com/scriptcenter/Reset-Offline-Files-Cache-83249475
On a Windows Vista-based or Windows 7-based client computer, you can still access offline files even though the file server is removed from the network. On a Windows XP-based client computer, sometimes the offline files cache and database may be corrupted. If multiple computers have this problem, Help desk need a script to reset offline files cache and database on multiple machines.
Script Download: CreateHibernationWindowsTile.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-create-a-ce24bd63
Properly hibernating Windows 8 without a Start button can be a bit of a chore. Many users may want to hibernate Windows in just one click. This script enables users to click a tile to hibernate Windows on the Start menu.