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: DisableLockScreen(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Disable-or-Enable-lock-63b42911
The Lock Screen in Windows 8 is pretty good to look at, but really not required on a PC or a laptop.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ImportSiteColumnsFromXML.ziphttp://gallery.technet.microsoft.com/scriptcenter/Recreate-Columns-using-XML-79a570fa
This script takes into account the fact that two OOB fields are already deleted from affected site collection. I dumped out the XML schema for these deleted fields in “ImportSiteColumnsXML.xml” file from some other working site collection using PowerShell or SharePoint Manager and the actual script “ImportSiteColumnsFromXML.ps1” uses this schema file and attempts to re-create the deleted fields.
Script Download: SystemRestoreShortCut(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-f8f3e27d
After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.
Script Download: SystemRestoreShortCut(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-4fb604a6
Script Download: Add'lockshutrestart'ToContext(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-Restart-Shutdown-Sleep-152dbdea
It will be more convenient if there are "restart", "shutdown", "sleep" and "lock" in context menu.