• [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...
  • [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...
  • [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...
  • [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...
  • [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-ca7a6327 34de57f0 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....