• [Script of Oct. 31] Script to collect system health report in Windows 8 (PowerShell)

    Script Download: HealthReport(VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-collect-system-5cb76a1e This script is to create a System Health Report, save it as an .html file to a specified path. The daily health report gives IT Pro the ability to run system checks every...
  • [Script of Oct. 30] How to set RecyclebinRetentionPeriod settings for SharePoint Web Application

    Script Download: SetwebapplicationRecyclebin.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-set-RecyclebinRetent-819c2647 This script could be used to set RecyclebinRetentionPeriod settings for SharePoint Web Application. Sometimes, SharePoint admin need to set RecyclebinRetentionPeriod...
  • [Script of Oct. 29] Check non-BUF Latches (T-SQL)

    Script Download: Latch.zip http://gallery.technet.microsoft.com/scriptcenter/Check-non-BUF-Latches-T-SQL-099b4753 This script will check non-BUF latch information. It waits for a minute and collects the historical latches and instantaneous latches on the instance. If you suspect there is latch contention...
  • [Script of Oct. 28] Refresh Windows Explorer (VBScript)

    Script Download: RefreshExplorer.zip http://gallery.technet.microsoft.com/scriptcenter/Refresh-Windows-Explorer-0a7f8ea1 The script is to refresh Windows Explorer. SWhen system setting or registry key changed, system need to restart Windows Explorer. But it is not convenient, this script can achieve...
  • [Script of Oct. 25] Upload local folder, its subfolders and items to site library (PowerShell)

    Script Download: ImportFolderToSite.zip http://gallery.technet.microsoft.com/scriptcenter/Upload-local-folder-its-7c6f6a06 This script demo shows how to upload local folder, its subfolders and items to site library. Sometimes, we need to upload some file and folders. However, it is not convenient...