• [Script of Apr. 16] How to reset OWA auto-complete cache in Exchange Online (Powershell)

    Script Download: 29948.zip
    http://gallery.technet.microsoft.com/How-to-reset-OWA-auto-5b2b3d3b

    This script is used to remove deleted mailboxes' address from all mailboxes' autocomplete list in OWA.

    This script is used to remove deleted mailboxes' address from all mailboxes' autocomplete list in OWA, Recipient Cache and Suggested Contacts.

    image image
     image

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

  • [Script of Apr. 15] How to export multiple Visio pages to png file (VBScript)

    Script Download: VBScript.zip
    http://gallery.technet.microsoft.com/How-to-export-multiple-6a80db79

    This VBScript sample shows how to convert Visio page file to .png file.

    Many companies generate technical visuals in Microsoft Visio and would like to be able to share this information on their corporate sites. The problem, however, is that most users would not be able to view the visuals in this format. One of the ways of solving this problem is converting Visio diagrams to a more universal format like PNG.  But doing it manually would be time consuming, this sample can help us to batch convert Visio files, it would be very convenient.

    image image
     image

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

  • [Script of Apr. 14] How to get calendar of a specific month in a year without using date functions

    Script Download: 34354.zip 
    http://gallery.technet.microsoft.com/How-to-get-calendar-of-a-02255755 

    This T-SQL script will demo how to get calendar of a specific month in a year without using date functions.

    Some people asked how to get calendar of a specified month in a year. This script will demo how to get the calendar information in a specific month.

    image image
     image

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

  • [Script of Apr. 11] How to get all snapshots of a blob storage in Windows Azure (PowerShell)

    Script Download: 31630.zip
    http://gallery.technet.microsoft.com/How-to-get-all-snapshots-641f7403

    This PowerShell script sample shows how to get all snapshots of a blob storage in Windows Azure.

    Through the use of the Windows Azure blob snapshotting functionality users can quickly and easily create a backup for any blob storage. This script will help IT admins list all snapshots of a specified blob storage.  The result list could help admins to better understand the blob state.

    image image
     image

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

  • [Script of Apr. 10] How to create a snapshot of blob in Windows Azure (PowerShell)

    Script Download: 31631.zip
    http://gallery.technet.microsoft.com/How-to-create-a-snapshot-b1dd8ba4

    This PowerShell script sample shows how to create a snapshot of blob in Windows Azure.

    For IT admins, the best way to prevent accidental deletion or modification is to create a snapshot of blob. This script can easily help IT admins to create a snapshot of a specified blob storage. 

    image image
     image

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