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: ChangeDefaultPaperSize(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Default-Paper-Size-34de57f0
Many users asked this question about how to change the default paper size (Letter) to others (A1, A2...B1, B2...) automatically.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: DisableTemplateSite.ziphttp://gallery.technet.microsoft.com/scriptcenter/Disable-template-available-ca7a632734de57f0
The script will disable some site template that available in creating site page. Usually this can be done through Page Layouts and Site Templates in site settings page, this will need activate publishing feature in site collection and subsite, when customer doesn't want to do this, the script will help customer do it in an easier way.
Script Download: OfflineModeinOutlook(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-Outlook-in-ca1c6959/
Some of users want to set the Offline mode in Outlook via script due to automation task. This script sample can enable offline mode in outlook.
Script Download: GetRDPIPAddress.ziphttp://gallery.technet.microsoft.com/scriptcenter/Collect-RDP-logon-entries-dc3e19d0
This script will automatically collect all Remote Access requests coming from which computer (indicate IP address, Time) in a period of time. It will simplify the administration which ensures all RDP connections are authenticated from safe workstation and IP address.
Script Download: ExploreStartFolder(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Windows-Explorers-ac858780
When you start 'Windows Explorer (in taskbar)',it will navigate to 'Library' by default. However, sometimes people want it to navigate folder or 'Computer’. This script can achieve that. And I think it will be more convenient if set 'Windows Explorer' starting with folder often used.