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: AddImageToWord(VBA).ziphttp://gallery.technet.microsoft.com/scriptcenter/Insert-pictures-in-a-ac9d73fa
Customers have multiple pictures in a folder and they need to automatically insert one picture per page in Word as it will take a lot of time if operating from UI. So they need a script to accomplish that.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ChangePaperSize(VBA).ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Default-Paper-Size-451f74f8
Many users asked this question about how to change the default paper size (Letter) to others (A1, A2...B1, B2...) automatically.
Script Download: StartWorkflow.ziphttp://gallery.technet.microsoft.com/scriptcenter/Start-a-Workflow-on-120bffe5
In a real world, you may need to start a workflow on multiple list items. It will be a heavy task if you do it manually, so you are looking for a script to complete this task.
Script Download: ResetPassword.ziphttp://gallery.technet.microsoft.com/scriptcenter/Reset-password-for-all-412fbc72
IT Administrators may want to reset password for a large number of users in company. It will cost too much time to set new password one by one. Sometimes the new password should be a random password and different for every user. It’s easy to make mistake in manually way.
Script Download: ChangeWin8StartScreenBackColor(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-the-background-b6807576
IT administrators can use this script to adjust the background color of the Windows 8 Start screen for a group of computers to keep the user experience consistent.