• [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 day, so they are always check the health report regularly. They need to use a script to generate a report automatically.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 settings.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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, you can run this script and troubleshoot based on the results.

    You can use this script for troubleshooting when you want to check latch contention in SQL Server. 

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 that.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 to achieve that. And I think a script will be better.​

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery