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: The script is available for download from http://gallery.technet.microsoft.com/How-to-input-or-change-849d1053. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This script sample shows how to input or change Office 2013 product key in Windows 8.
Sometimes due to some error, people cannot input or change their Office product key. This script can solve this problem.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-fix-broken-Windows-8f77bfd4. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This script shows how to broken Windows Store apps with a black X mark in Windows 8.1.
Some users find that there are some Windows Apps broken with black X when they update Window 8 to Windows 8.1. This script is try to solve this problem.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-remove-a-Stored-ced1038b. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This script sample shows how to remove a stored access policy of a container in Microsoft Azure.
A stored access policy gives users greater control over shared access signatures we have released. If they want to revoke access within a specified time of period, a simply way is to remove the underlying container-level policy. This script can remove the stored access policy easily.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-list-all-users-in-a-a3246a2e. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This Script shows how to get all users in a group in SharePoint.
Sometime users want to know how many users in a specified group. This script is to achieve that goal.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-change-the-system-39f06b1c. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This script sample can change the system display language in Windows.
Here is a scenario that in a company the default language of Windows is Japanese. But some system admins only knows Japanese but not English. And the other admins only knows English. The English admins usually go to regional setting in the control panel and change the display language to English. After they finish their tasks they need to set back the language to Japanese. And these steps are really time consuming. This script can help user to change system display language automatically.