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: GetInstalledApplicationInfo(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Enable-or-disable-Control-d6d33550
If IT admins upgrade operating system and want to list the installed application on every computer. It’s very handy to have a list the programs installed. This script can do it.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ComputerBelongsTo(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-determine-the-OU-13d4dc8a
Some of IT admins want to verify that is has been deployed to the correct OU. So this script can help do that.
Script Download: ComputerBelongsTo(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-determine-the-OU-5a22a0e0
Script Download: RemoveCompter(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-remove-computers-5b1156f1
Sometimes, AD admin need to remove some computers from a group.
Script Download: InstalledSoftware(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-get-installed-80cd3798
This script is used to get installed software through registry.