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: 26705.ziphttp://gallery.technet.microsoft.com/Import-favorites-website-caec4878
As we all know there are some compatible issues on Internet Explorer 10 or 11, sometimes our favorite website will not display normally. This script is to import favorites website to IE compatibility view list.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: 26706.ziphttp://gallery.technet.microsoft.com/How-to-import-favorites-d1064f09
Script Download: 21727.ziphttp://gallery.technet.microsoft.com/How-to-duplicate-files-by-36f0cd27
Sometimes users will copy some files from one place to another. However after a long time, users may not know where the file is. This script is to found duplicated file by checking MD5.
Script Download: CheckStaleStatics.ziphttp://gallery.technet.microsoft.com/How-to-check-SQL-Server-4fefea34
Some people asked how to find stale statistics for these statistics may cause performance issues. This T-SQL script will demo how to check stale statistics which have been updated for more than 1000 times in SQL Server 2008 R2 starting with Service Package 2 or SQL Server 2012 starting with Service Package 1.
Script Download: CheckTF834CSI.ziphttp://gallery.technet.microsoft.com/How-to-detect-trace-flag-1ce1152a
If trace flag 834 is enabled and column store indexes are used, you may encounter performance issues with applications. This script will demo how to detect this problem. If it exists, the script will warn you.