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: CreateWindowsTile.ziphttp://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-37c8111d
Many users would like to shut down or reboot Windows 8 in just one click. This script enables users to click a tile to shut down, reboot or log off Windows on the Start menu.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: AdjustVirtualMemoryPagingFileSize.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-configure-e8d85fee
During deployment, customers want to adjust virtual memory page file size on several PCs. This is also useful to the customers who are not familiar with the calculating the value for the virtual memory or operating in the user interface.
Script Download: CreateHomeFolder.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-create-home-folder-d968f1d4
IT Administrators may need to generate several folders to new comers as their home folder. For security reason, the home folder could only be accessed by the exact user and some admins. If you want to do so, you can use this script sample.
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.
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.