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: LoginUserRolePermission.ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-logins-databases-816f66b2/
This script can be used to get the following results:
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: GetLocalAccount.ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-retrieve-all-b70a1dba
An enterprise uses Active Directory to manage users and groups, but still need to manage local user accounts. This might be because the computer is not a domain member (if it is in a perimeter network). This script allows admins to retrieve all local user accounts information to management on remote computers, it will be really useful.
Script Download: RemoveInternetExplorer(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-remove-Internet-10785136/
In some situations, customers need to uninstall Internet Explorer 9 to fix crash issue, but they cannot manually uninstall Internet Explorer successfully sometimes.
Script Download: CreateWindowsTile (VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-b4d75991
In Windows 8, without a Start button, properly shutting down or rebooting Windows can be a bit of a chore. Many users want to shut down or reboot Windows in just one click. This script enables users to click on a tile to shut down, reboot or log off Windows on the Start menu.
Script Download: IndexFragmentation.ziphttp://gallery.technet.microsoft.com/scriptcenter/Check-SQL-Server-a-a5758043
This script can be used for checking index fragmentation percentage of tables in SQL Server user databases. You can specify the database name and fragmentation percent, after you run the script, you will get the result.