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-set-default-printer-cf89670b. 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 shows how to set default printer in Windows.
In real world, we usually have multiple printers in our company environment. IT admins want to user regularly use specified printer, they have to let user to pick one as default printer.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-check-SQL-Server-985be4f8. 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 will demo how to detect database(s) files residing in resilient file system (ReFS) in Windows Server 2012.
Hosting databases on Windows Server 2012 ReFS is not supported for production use. If there is any database on ReFS file system, the script will give a warning.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-the-issue-that-7113eaea. 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 shows how to fix the issue that hyperlinks cannot be opened in Windows.
Some consumers encounter an issue that when clicking on hyperlinks from emails or anywhere else, they get this message: “This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.” so this script will help users to fix that issue.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-set-default-printer-00dbc561. 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 VBScript shows how to set default printer in Windows.