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-remove-a-Stored-ced1038b. 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 shows how to remove a stored access policy of a container in Microsoft Azure.
A stored access policy gives users greater control over shared access signatures we have released. If they want to revoke access within a specified time of period, a simply way is to remove the underlying container-level policy. This script can remove the stored access policy easily.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-create-a-Stored-d01f3fd4. 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 create a stored access policy for a container in Microsoft Azure.
A stored access policy gives us greater control over shared access signatures we have released. Instead of specifying the signature's lifetime and permissions on the URL, we can specify these parameters within the stored access policy stored on container that is being shared.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-find-out-blob-2e803f74. 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 find out blob containers of specified size in Microsoft Azure.
As the amount of data increases, there are more and more blobs stored in Windows Azure containers. Sometimes IT admins want to list some specified sized blob containers in Windows Azure. But there is no cmdlet that can achieve this aim directly. This script will help IT admins easily list blob containers of specified size in Windows Azure.
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.