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: ScriptPack.ziphttp://gallery.technet.microsoft.com/scriptcenter/Update-Owner-of-a-Group-1a205289
The action can be performed from UI but is often time taking if needed to be done in bulk.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: FixPublishingPages.ziphttp://gallery.technet.microsoft.com/scriptcenter/Fix-Publishing-Pages-which-1e0deb22
Script Download: GuestUserCheck.ziphttp://gallery.technet.microsoft.com/scriptcenter/Guest-user-permission-ac9eecdb
Knowing about guest user in Sql server is a frequent security requirement. This can also be a source of confusion since many a times guest user is disabled in Sql Server msdb's Sql server and results in issues indicated in below mentioned KB.
Some forums for such requirements are below:http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/04940880-85c4-419a-a859-8a6bd58a18f0
Such a script should also help in below mentioned KB (KB has script for single database):http://support.microsoft.com/kb/2539091
You should not disable the guest user in the msdb database in SQL Server
Script does below:
Script Download: CreateWindowsTile (VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-b4d75991
In Windows 8, without a Start button, properly shutting down or rebooting Windows can be a bit of a chore. Many users want to shut down or reboot Windows in just one click. This script enables users to click on a tile to shut down, reboot or log off Windows on the Start menu.
Script Download: CreateSwitchUserWindowsTile(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Create-a-Windows-8-Switch-2c09bee4
Properly switching users in Windows 8 without a Start button can be a bit of a chore. Many users may want to switch users in just one click. This script enables users to click a tile to switch user on the Start menu.