• [Script of May 28] Add Custom Field to Folder Content Type in SharePoint 2010 List/Document Library

    Script Download: CustomFieldToFolderContentType.zip http://gallery.technet.microsoft.com/scriptcenter/Add-Custom-Field-to-Folder-a4f5cf20 This script can be used to add a custom Field/Column to the Folder Content Type of a List or Document Library. This script also has the functionality to remove...
  • [Script of Apr. 30] Install .NET Framework 3.5 in Windows 8 with a script (PowerShell)

    Script Download: Install.NetFrameWork3.5(PowerShell).zip http://gallery.technet.microsoft.com/scriptcenter/Install-NET-Framework-35-f791c035 This Script demo shows how to install .NET Framework 3.5 in Windows 8. Many customers need to enable .NET Framework 3.5. And this is discussed a lot. ...
  • [Script of May 8] Display what OU the objects belong to (PowerShell)

    Script Download: ADAccountBelongsTo.zip http://gallery.technet.microsoft.com/scriptcenter/Display-what-OU-the-5e9e19e0/ This PowerShell Script shows what OU the objects belong to. 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...
  • [Script of May 27] Change Windows Store apps default installation location in Windows 8 (PowerShell)

    Script Download: ChangeDefaultInstallation.zip http://gallery.technet.microsoft.com/scriptcenter/Change-Windows-Store-apps-465af642 The script shows how to change Windows Store apps default installation location in Windows 8. As we all know, ​ Windows Store apps default installation location is...
  • [Script of May 17] Guest user permission check for multiple databases per security best practices

    Script Download: GuestUserCheck.zip http://gallery.technet.microsoft.com/scriptcenter/Guest-user-permission-ac9eecdb This T-SQL sample script checks permissions for guest user in all databases. This script applies to system and to user databases. Knowing about guest user in Sql server is a frequent...