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-lock-the-homepage-c5209545. 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 shows how to lock the homepage in Internet Explorer.
Some applications will change customers' IE homepage. This script is to lock IE homepage.
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-set-SharePoint-Pool-314dd031. 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 set SharePoint application pool identity in IIS Pool.
When we change the IIS Pool identity password, the site will not be visited unless we reset the identity. This idea is to reset the identity for all SharePoint application pools.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-add-IE-favorites-to-c5b81f2b. 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 synchronizing IE favorites to OneDrive.
Internet Explorer 11 can synchronize favorites in Windows 8.1. However on older system such as Windows 7, there is no such functionality. This script is to synchronize IE favorites with OneDrive.
Script Download: The script is available for download from
VB Script: http://gallery.technet.microsoft.com/How-to-use-script-to-e9136951
PowerShell: http://gallery.technet.microsoft.com/How-to-use-script-to-07f36ca0
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 can change the Power Plan in Windows.
Most organizations have a number of physical servers and you can make an impact by configuring the power plans on those systems. The appropriate power plan settings can reduce power consumption. This script can easily change the multiple computers' power plan.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-upload-a-file-to-a-8b1424ef. 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 help users to upload a file to a library or OneDrive for Business of SharePoint Online.
This script is to help users to upload a file to a library or OneDrive for Business of SharePoint Online using Client Object Model.