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-check-IO-information-b1ccc75e. 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 demonstrate how to list I/O information about all the database files such as read load, write load or overall I/O usage.
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/Generate-an-SAS-token-of-6c30e3f5. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
generate an SAS token of container or blob that uses a stored access policy.
Shared Access Signature is a powerful way to grant client limited permissions to blobs, queues, or tables for a specified period of time, without having to share our account access keys. This script can easily help us generate an SAS token of container or blob that uses a stored access policy.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-set-group-users-to-e9fa605a. 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 set a group of users with custom attribute to view a limited address list.
This script is to set a group of users with custom attribute to view a limited address list. For example, the student can only find other recipients in the same grade in address list.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-automatically-ee601d9d. 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 automatically collect GPO logs for troubleshooting.
Troubleshooting GPO issues always requires collect a series of related logs, including gpresult and GpSvc. Some Customers get trouble in collecting logs especially Gpsvc. If we can use scripts to collect these logs automatically and save log files in some drive location for customers, it would be more convenient and efficient.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/Get-the-statics-of-a-user-14587c9e. 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 generate a report about the sent items of a user mailbox.
This script is to help Exchange Administrators to generate a utilization report of a user mailbox. The report will contain the number of mails sent out the previous day together with the recipient number of such sent emails.