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 https://gallery.technet.microsoft.com//How-to-retrieve-all-the-cc002c3c. 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 will help us get the codes of stored procedures in a specified database.
A lot of people asked for methods to get the codes of stored procedures in a specified database. Some people want to save the codes so that they can run these codes in other databases.
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 https://gallery.technet.microsoft.com//How-to-Remove-Un-existed-5d36c14d. 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 remove Un-existed User from Public Folder permission list in Exchange.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-hide-the-full-path-c230cc80. 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 VBScript shows how to hide the full path for mapped drive in Windows Explorer.
This script needs to hide the full path of the mapped drive. In a network environment, administrator wants to map a drive, but don't want to show the directory for security.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-solve-Store-Broker-4709b7cf. 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 how to solve Store Broker (wshost.exe) high CPU usage in Windows 8.1.
After upgrading Windows 8 to 8.1. some consumers encounter an issue that Store Broker‘s CPU usage is always more than 30%. This script is to fix that..
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-change-the-9e7c7eeb. 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 T-SQL script will demo how to change the collation of all databases in a SQL Server instance to that of the server.
There are some people asking how to change the database collation for all databases. This script will provide some help in this respect.