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: RemoveCompter(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-remove-computers-4b2b042f
Sometimes, AD admin need to remove some computers from a group.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: RepairSendToDesktopMissing(Vbscript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-repair-missing-9237cd94
Sometimes Because of the virus, our computer maybe miss "send to > desktop". This script is to try to repair this problem. However, as we all know, the causes of this problem is so many, this script solve the file missing.
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.
Script Download: RemoveCompter(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-remove-computers-5b1156f1
Script Download: ComputerBelongsTo(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-determine-the-OU-5a22a0e0
Some of IT admins want to verify that is has been deployed to the correct OU. So this script can help do that.