• [Script of Jul. 10] Check I/O information per database file (T-SQL)

    Script Download: CheckIOInformation.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-IO-information-per-41433025

    This script will demonstrate how to list I/O information about all the database files. Such as read load, write load or overall I/O usage.

    The script will list all the files I/O information about every database which can be stored in UNC paths or local paths. 

    image image
    image

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

  • [Script of Jul. 9] Collect RDP logon entries from which computer’s IP address (PowerShell)

    Script Download: GetRDPIPAddress.zip
    http://gallery.technet.microsoft.com/scriptcenter/Collect-RDP-logon-entries-dc3e19d0

    This script demo shows how to collect RDP logon entries from which computer’s IP address.

    This script will automatically collect all Remote Access requests coming from which computer (indicate IP address, Time) in a period of time. It will simplify the administration which ensures all RDP connections are authenticated from safe workstation and IP address.

    image image
    image

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

  • [Script of Jul. 8] Loop through sites and deploy feature in SharePoint 2010 (PowerShell)

    Script Download: SetSPFeature.zip
    http://gallery.technet.microsoft.com/scriptcenter/Loop-through-sites-and-01662453

    This script shows how to disable or enable some features on all sites.

    Sometimes we need to disable or enable some features on all sites. And this script is used to achieve that goal.

    image image
    image

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

  • [Script of Jul. 5] Set Retention Policy (Move to Library) on Content Type at Site Collection Level

    Script Download: SetRetentionPolicy.zip
    http://gallery.technet.microsoft.com/scriptcenter/Set-Retention-Policy-Move-0930bba0

    This script shows how to set Retention Policy (Move to Library) on Content Type at Site Collection Level by PowerShell. 

    This script contains two advanced functions, Set-OSCRetentionPolicy and Remove-OSCRetentionPolicy.

    image image
    image

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

  • [Script of Jul. 4] Disable site template available in creating site page (PowerShell)

    Script Download: DisableTemplateSite.zip
    http://gallery.technet.microsoft.com/scriptcenter/Disable-template-available-ca7a632734de57f0

    This script shows how to disable site template available in create site page.

    The script will disable some site template that available in creating site page. Usually this can be done through Page Layouts and Site Templates in site settings page, this will need activate publishing feature in site collection and subsite, when customer doesn't want to do this, the script will help customer do it in an easier way.

    image image
    image

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