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:BatchRemoveReadOnlyAttribute(VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/Batch-removes-the-Read-cd121ff5
Batch removes the Read-Only attribute of multiple files is a frequently asked question in many public forums.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download:SettingIETabProcessGrowth(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Setting-Tab-Process-Growth-5e52fe62
If you have been using IE7, you are probably used to all your tabs opening under the same iexplore.exe process. The only exception is if you are on a Windows Vista machine and you are moving from Protected to Unprotected mode. Internet Explorer 8 or later had a big makeover in this area. You will now notice that new tabs typically open in a new process. By default, IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions .
Script Download:RefreshWindows(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-refresh-Windows-9aa30f2a
Windows Refresh gives you a quick and easy way to use Windows with a clean slate while also maintaining your apps, data, Windows settings, and user profile.
Script Download:SystemHealthReport(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-collect-system-46a0e8f1
The daily health report gives IT Pro the ability to run system checks every day, so they are always check the health report regularly. They need to use a script to generate a report automatically.
Script Download:Check4kAligned.ziphttp://gallery.technet.microsoft.com/scriptcenter/Check-if-disk-partitions-bb5b3eca
We can use Test-OSC4kAligned function to check whether user’s disk partitions contain the correct 4kb alignment.