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-create-GALs-based-d1026173. 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 will create address lists by domain suffix in Office 365 when this tenant has multiple domains.
This script is to help Exchange Administrators to create address lists by domain suffix in Office 365 when this tenant has multiple domains.
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-add-run-MSI-as-f4bc089f. 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 is to add Run MSI as Administrator to context menu in Windows 8.
Some MSI files need to run with administrator privilege. However there are no Run MSI as Administrator options in the Windows system. This script is to add this right click option for MSI files.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-change-the-system-5a963f8e. 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 users to change the system display language automatically.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-restore-default-in-ebaffbf3. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
The goal of this script is to restore startup type and status of default services in Windows 8.
Sometime due to some software or personal reason, system default services startup type and status will be changed. This script is to restore the services to default startup type and status.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-prevent-a-group-of-5a915d54. 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 PowerShell script sample shows how to prevent a group of users from changing their passwords in Active Directory.
Sometimes admins want to restrict all the users of a group from changing their password. This script is to achieve that.