• [Script of Mar. 25] Search Calendar Items in a Shared Mailbox in Office 365 Exchange Online

    Script Download: 22176.zip
    http://gallery.technet.microsoft.com/Search-Calendar-Items-in-a-1fd86a31

    This script can search calendar items in a shared mailbox in Office 365 Exchange Online. You need to add proper permission to a shared mailbox folder before running this script.

    Currently, you can easily search calendar items in Outlook. But you find this feature is not available in Outlook Web App (OWA). You want to find a workaround for those people who use Outlook Web App only.

    image image
     image

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

  • [Script of Mar. 17] How to add the “Pin to Start Screen” context menu item to all files in Windows 8

    Script Download: 26698.zip 
    http://gallery.technet.microsoft.com/How-to-add-the-Pin-to-66fa0251

    This VBscript sample shows how to add the “Pin to Start Screen” context menu item to all files in Windows 8.1

    With Windows 8.1, Microsoft has restricted access to the 'Pin to Start Screen' menu command for 3rd party apps. The same thing could be implemented in Windows 8, any app was able to pin itself to the Start Screen, but not so in Windows 8.1. So this script can get the "Pin to Start Screen" context menu item unlocked for every file, and every file system object in Explorer.

    image image
     image

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

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

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

    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. 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 off. Then, if the user has changed their password while the other machine is logged in, it could be requesting resources using the old (and now incorrect) password. Every time it tries to get a network resource that requires authentication it will cause a bad password attempt. This script can scan where the locked out user account location.

    image image
     image

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

  • [Script of Mar. 28] How to input or change Windows 8 product key (PowerShell)

    Script Download: 26817.zip
    http://gallery.technet.microsoft.com/How-to-input-or-change-b82de2b9

    This script sample shows how to input or change Windows product key Windows 8.

    Sometimes due to some error, people cannot input or change their Windows key. This script can solve this problem.

    image image
     image

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