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-set-default-printer-00dbc561. 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 set default printer in Windows.
In real world, we usually have multiple printers in our company environment. IT admins want to user regularly use specified printer, they have to let user to pick one as default printer.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-set-default-printer-cf89670b. 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 shows how to set default printer in Windows.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-Restrict-mobile-9cf1d440. 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 restrict mobile attachments to view only in Exchange Online.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-The-file-is-2684aa3b. 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 fix the issue "The file is corrupt and cannot be opened" when opening an Excel file.
Some consumers encounter an issue "The file is corrupt and cannot be opened" error on office Excel while opening .xls files. This script will try to fix that.