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: 26815.zip http://gallery.technet.microsoft.com/How-to-change-the-time-4cc53ad3
Windows includes internet time synchronization scheduler to synchronize your clock automatically. But the default synchronization interval for this process is one week. There is no way to change this interval through the user interface. It has to be done using the registry editor. So this script sample can easily help user to do it.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: NonDefaultSpConfigure.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-review-non-d5c1a6ae
Script Download: BackupDBsOnInstances.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-back-up-SQL-Server-a997fde9
As some people asked how to back up databases from multiple instances, this sample will demo how to back up all the SQL Server databases in all the instances on a server.
Script Download: 23987.zip http://gallery.technet.microsoft.com/How-to-add-Windows-7d82ad20
Sometimes users want to scan files or folder by using Windows Defender manually. But there are several steps to follow. This script is to solve that.
Script Download: UsersAreAuthenticatedInDomainController.zip http://gallery.technet.microsoft.com/scriptcenter/Check-out-how-many-users-05a8b499
In many cases, if user wants to check how many user accounts are authenticated in domain control? Normally, user will search the event viewer for the logon events. There is no direct way to get that information, it will be really time consuming. Now, we can use the script to do it.