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-grant-everyone-full-aaf82d47. 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 used to help administrator to assign the full access permission of a shared mailbox to the organization mailbox or a single mailbox.
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-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.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-kill-SQL-Server-a33476b7. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
DBA sometimes found SQL Server had a lot of idle connection and want to free these connection resources, but it is a terrible effort to kill these session one by one. This T-SQL script will bring DBA an easy way to manage idle session.
DBA will use the T-SQL script to manage idle session. If the SQL Server resource is tight and too many connection already cause the new connection failure, then DBA could use this script to kill these idle connection to let new request could be handled.
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.
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.
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.