• [Script of Mar. 10] How to detect system health extended event session incorrect event specification

    Script Download: CheckIncorrectEventSpecification.zip http://gallery.technet.microsoft.com/How-to-detect-system-40857284 This T-SQL script will demo how to detect system health extended event session incorrect event specification in SQL Server 2012. Every instance of SQL Server has a default extended...
  • [Script of Mar. 7] How to change the OneNote screen capturing shortcut key in Windows 8.1(VBScript)

    Script Download: SetShortcutKeyForOneNote(VBScript).zip http://gallery.technet.microsoft.com/How-to-change-the-OneNote-b80bef2e This VBScript sample shows how to change the OneNote screen capturing shortcut key in Windows 8.1 New in Windows 8.1, Windows + S brings up a Search experience designed...
  • [Script of Mar. 6] How to detect trace flag 834 and column store indexes in SQL Server (T-SQL)

    Script Download: CheckTF834CSI.zip http://gallery.technet.microsoft.com/How-to-detect-trace-flag-1ce1152a This T-SQL script will demo how to detect if trace flag 834 is enable and column store indexes are used in SQL Server. If trace flag 834 is enabled and column store indexes are used, you may...
  • [Script of Mar. 5] How to change the OneNote screen capturing shortcut key in Windows 8.1

    Script Download: SetShortcutKeyForOneNote(PowerShell).zip http://gallery.technet.microsoft.com/How-to-change-the-OneNote-09f269b6 This PowerShell script sample shows how to change the OneNote screen capturing shortcut key in Windows 8.1 New in Windows 8.1, Windows + S brings up a Search experience...
  • [Script of Mar. 4] How to find locked out user account location (PowerShell)

    Script Download: GetLockoutLocation.zip http://gallery.technet.microsoft.com/How-to-find-locked-out-1d964f6b This PowerShell script shows How to find locked out user account location in domain. There are many reasons caused account locked out. The user has logged onto another machine, and not logged...