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: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 .
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download:SettingIETabProcessGrowth(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Setting-Tab-Process-Growth-4ead21ac
Script Download:RefreshWindows8(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-refresh-Windows-eca1e59a
Windows Refresh gives you a quick and easy way to start with a clean slate while also maintaining your apps, data, Windows settings, and user profile.
Script Download:DeleteWindowsOld.ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-Delete-the-912d772b
Assume that you perform a refresh of Windows 8, an upgrade to Windows 8, a custom installation of Windows 8 without formatting the drive, or install Windows 8 on the same partition of a previous Windows installation. In this situation, you may have a "C:\Windows.old" folder left over after your new installation. This folder contains a copy of the previous Windows 8 installation, and can be very large. If users do not have to have this folder, they can use a script to delete the folder.
Script Download:DisplayDeletedADObjects.ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-display-the-c995a5f6
Accidental deletion of Active Directory objects is a common occurrence for users of ADDS and ADLDS. This script can display the deleted objects from the Active Directory Recycle Bin.