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: PSTChecker.zip http://gallery.technet.microsoft.com/scriptcenter/Display-a-notification-13dbfa92
ITPros find a lot of issues caused by the large PST file. This VBA can help ITPros to reduce their workload and prevent potential Outlook issues.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
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.
Script Download: basOutboxMonitor.zip http://gallery.technet.microsoft.com/scriptcenter/Pop-up-an-alert-when-any-02b302b9
This is a frequently asked question by users in the TechNet forum. For example,
Script Download: FixIssuesInKB921914.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-e81ecdf7
For the version of Microsoft Windows Genuine Advantage (WGA) Notifications that is distributed during the pilot program, this version is included in the pre-release version that accompanies the Microsoft Software License Terms. To safely and easily uninstall the pilot version, you must install the general release version of WGA Notifications. If you do not install this version, you can use the script in this article to disable or uninstall the pilot version.
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.