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: HideDrive(VBS).zip http://gallery.technet.microsoft.com/Hiding-the-recovery-a9e849be
Some organizations want to hide the BCD partition, or the OEM recovery partition.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
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: BatchModifyDNSConfiguration.ziphttp://gallery.technet.microsoft.com/scriptcenter/Modify-DNS-Server-0ec651e7
In many case, when IT professionals will replace an old DNS server by a new one, it’s often needed to retrieve the list of computers who use static IP and has configured to use the old DNS Server one by one. IT professionals want to modify DNS server configuration for batch of computers.
Script Download: mAutoScrollInbox.zip http://gallery.technet.microsoft.com/scriptcenter/Scroll-as-New-Messages-are-190668a3
This is a frequently asked question by users in the TechNet forum. For example,
Script Download: SRVrecord.zip http://gallery.technet.microsoft.com/Verify-and-reset-SRV-record-8246bbc9
IT Administrators may need to check whether the SRV record is problematic, when DC locator cannot works.