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-add-IE-favorites-to-183db0ea. 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.
On Windows 8.1 Internet Explorer 11 can synchronize favorites. However there is no functionality on older systems such as Windows 7. This script is to synchronize IE favorites with OneDrive.
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-add-run-MSI-as-f4bc089f. 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 to add Run MSI as Administrator to context menu in Windows 8.
Some MSI files need to run with administrator privilege. However there are no Run MSI as Administrator options in the Windows system. This script is to add this right click option for MSI files.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-remove-OneDrive-66e2d6ea. 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 to remove OneDrive from the Windows Explorer Navigation pane in Windows 8.1. Some users want to remove OneDrive from the Windows Explorer Navigation pane due to some reasons.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-show-This-PC-or-7cbcfe7b. 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 show "This PC" or "Computer" on desktop in Windows Server 2012. This PowerShell script sample shows how to show "This PC" or "Computer" on desktop in Windows Server 2012.
Although Windows has provided File Explorer, users and IT Pros used to use computer (This PC) on desktop. However, it is not convenient to show the icon through GUI in Windows server 2012 or later version. This script is used to show This PC on desktop easily. Although Windows has provided File Explorer, users and IT Pros used to use computer (This PC) on desktop. However, it is not convenient to show the icon through GUI in Windows server 2012 or later version. This script is used to show This PC on desktop easily.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-automatically-mount-d623ce34. 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 automatically mount a VHD at Startup in Windows 8.
When users restart the computer, all mounted VHD files need to be mounted again. This script is to solve this problem.