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: CreateHibernationWindowsTile (VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-create-a-Windows-173be36f
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.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: QueryWindowsActivationStatus(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-list-activation-8172c04d
In a large enterprise environment, it is difficult to examine the activation status of each computer one by one.
Script Download: SetOffice365PowerShellProfile.ziphttp://gallery.technet.microsoft.com/scriptcenter/Configuring-a-Windows-faecf7cb
Currently, Office 365 Exchange Online administrators use the New-PSSession function to connect Windows PowerShell to Office 365. Some administrators feel that it is difficult to remember all the parameters clearly. It is better to use a Windows PowerShell profile to store the two functions and help administrators use Office 365 more easily.
Script Download: ChangeDefaultInstallation.ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Windows-Store-apps-465af642
As we all know, Windows Store apps default installation location is in driver C. But sometimes the driver C may be full, if we still want to install some big app and that seems impossible. So I think we can change the default Installation Location to ignore this problem.
Script Download: CustomFieldToFolderContentType.ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-Custom-Field-to-Folder-a4f5cf20
The Folder Content Type is sealed by default. We cannot customize it by adding any custom fields from the UI to the default Folder content type. Only way to do is going programmatic way. In real world, not all the SharePoint users are programmers. This PowerShell script enables the SharePoint users/administrators to simply run the script to accomplish the same.