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-export-the-users-a996b16c. 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 export the usage status of each user’s OneDrive for Business.
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-assign-a-Role-to-6833b665. 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 query current role assignment policies and assign the selected policy to multiple mailboxes.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-check-for-duplicate-5d9dd711. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
Sometimes repeated installation of software can add duplicate entries into the PATH environment variable. Since environment variable has a there is a hard coded limit in the size of this variable, there are chances that you may it that limit over a period of time. This script checks the PATH environment variable and removes any duplicate path entries.
This script was originally developed to check and remove duplicate paths in the PATH system environment variable.
Faulty software installers may add duplicate paths to the PATH environment variable. Also, there is a known bug associated with http://support2.microsoft.com/kb/2823180 - This KB adds an extra string : “%systemroot%\System32\WindowsPowerShell\v1.0\“ to the PATH environment variable. As a result the length of the PATH variable may reach close to the 32,767 limit. In some cases applications that try to add additional paths may fail. The issue can be resolved by simply removing the duplicate entries from the PATH variable.
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-solve-Store-Broker-e0fa4759. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.