• [Script of Nov.8] How to force automatic restarts after finish installing updates (PowerShell)

    Script Download: ForceAutomaticRestarts(PowerShell).zip http://gallery.technet.microsoft.com/scriptcenter/How-to-force-automatic-195fbe07 This script can help to force automatic restarts to finish installing important updates. Whenever after updates, the server does not reboot immediately. However...
  • [Script of Nov.11] Copy Files with version and metadata using PowerShell

    Script Download: ListLibrary_ExportImport.zip http://gallery.technet.microsoft.com/scriptcenter/Copy-Files-with-version-f2af7001 This script can copy a List / Library from one web to another web while maintaining versions and metadata. In a real world, a lot of people ask copying just one List...
  • [Script of Nov.12] How to force automatic restarts after finish installing updates (VBScript)

    Script Download: ForceAutomaticRestarts(VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/How-to-force-automatic-c5cb6a06/ This VBScript can help to force automatic restarts to finish installing important updates. Whenever after updates, the server does not reboot immediately. However...
  • [Script of Nov.13] Check instantaneous and historical wait types (T-SQL)

    Script Download: Wait.zip http://gallery.technet.microsoft.com/scriptcenter/Check-instantaneous-and-3a2ed244 This script will check wait types and related information. It waits for a minute and then collects historical and instantaneous wait on the server. You can run this script and troubleshoot...
  • [Script of Nov.14] Checking For Protected ACLs in Active Directory (PowerShell)

    Script Download: 21766.zip http://gallery.technet.microsoft.com/scriptcenter/Checking-For-Protected-ddfaddbf This script demo shows how to get protected ACL from a specified base scope. Exchange Server setup grants permissions to various groups at various places in the domain and configuration...