• [Script of Mar. 18] How to change the time synchronization interval in Windows (VBScript)

    Script Download: 26816.zip
    http://gallery.technet.microsoft.com/How-to-change-the-time-39e04062

    This VBScript sample shows how to change the Internet Time Synchronization interval. 

    Windows includes internet time synchronization scheduler to synchronize your clock automatically. But the default synchronization interval for this process is one week. There is no way to change this interval through the user interface. It has to be done using the registry editor. So this script sample can easily help user to do it. 

    image image
     image

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

  • [Script of Mar. 24] Create User Collections Based on User Groups in System Center 2012

    Script Download: 22250.zip
    http://gallery.technet.microsoft.com/Create-User-Collections-2814d53a

    This script shows how to create user collections based user groups in System Center 2012 Configuration Manager SP1.

    Currently, you often need to create user collections based on user groups in Active Directory. After that, you can deploy applications and packages for specific users. Usually an Active Directory contains a lot of user groups, but it's a time consuming task to create collections based on user groups in SCCM console.

    So you need to use a script to reduce your workload.

    image image
     image

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

  • [Script of Mar. 20] Set permissions on libraries for HomeGroup users to full control in Windows 8

    Script Download: 26704.zip
    http://gallery.technet.microsoft.com/Set-permissions-on-752c1022

    This script sample shows how to set permissions on slibraries for HomeGroup users to full control in Windows 8.

    In Windows 8, users shared some folders with HomeGroup members. If the user restart the computer, other people will have no permission on shared folders. This script solves this.

    image image
     image

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

  • [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 event session created that has the name system_health. This session captures information about the wait_info and wait_info_external events. The definition of the system_health session in SQL Server 2012 contains incorrect map_key specified for the wait_types of interest. The script will help check system health extended event session incorrect event specification in SQL Server 2012.

    image image
     image

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

  • [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 designed to help users find things more quickly from any application. We know how useful the old Windows + S shortcut key is in OneNote, so this script can provide a workaround in the meantime, it can help you custom a shortcut key for OneNote screen.

    image image
     image

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