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: CustomFieldToFolderContentType.ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-Custom-Field-to-Folder-a4f5cf20
The Folder Content Type is sealed by default. We cannot customize it by adding any custom fields from the UI to the default Folder content type. Only way to do is going programmatic way. In real world, not all the SharePoint users are programmers. This PowerShell script enables the SharePoint users/administrators to simply run the script to accomplish the same.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ADAccountBelongsTo.ziphttp://gallery.technet.microsoft.com/scriptcenter/Display-what-OU-the-5e9e19e0/
Many users have ever asked is there any way to list what OU the objects belong to. If we provide a script can do it, obviously this could be done by scripting.
Script Download:Install.NetFrameWork3.5(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Install-NET-Framework-35-f791c035
Many customers need to enable .NET Framework 3.5. And this is discussed a lot.
Script Download: ChangeDefaultInstallation.ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Windows-Store-apps-465af642
As we all know, Windows Store apps default installation location is in driver C. But sometimes the driver C may be full, if we still want to install some big app and that seems impossible. So I think we can change the default Installation Location to ignore this problem.
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: