• [Script of Apr. 9] How to use a blob snapshot to restore blob storage in Windows Azure (PowerShell)

    Script Download: 31632.zip
    http://gallery.technet.microsoft.com/How-to-use-a-blob-snapshot-7aafa5c9

    This PowerShell script sample shows how to use a snapshot of blob to restore blob storage. 

    To restore the blob snapshots is especially important when the data are lost. This script can help IT admins easily restore a specified blob storage.

    image image
     image

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

  • [Script of Apr. 8] How to break the locked lease of blob storage in Windows Azure (PowerShell)

    Script Download: 31633.zip
    http://gallery.technet.microsoft.com/How-to-break-the-locked-c2cd6492

    This PowerShell script sample shows how to break the locked lease of blob storage in Windows Azure.

    Windows Azure provides functionality to acquire lock on blobs to avoid concurrent writes to blobs.  Sometimes, if the backup fails due to prolonged or sustained network connectivity failure, the backup process may not be able gain access to the blob and the blob may remain orphaned. This means that the blob cannot be written to or deleted until the lease is released.  In this case, you might want to break the lease on a blob. This script can help you.

    image image
     image

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

  • [Script of Apr. 7] How to batch change the content type of Windows Azure blob storage (PowerShell)

    Script Download: 31686.zip
    http://gallery.technet.microsoft.com/How-to-batch-change-the-47e310b4

    This PowerShell script sample shows how to batch change the content type of Windows Azure blob storage. 

    In some cases, a lot of media files stored on blob are in different formats - mp4, image file, etc. Sometimes, all these files are set as one content type: application/octet-stream, which causes issues in media playback and progress bar. Many users would like to know how to set the appropriate Content-type for files stored on blob (like - video/mp4, video/ogg, video/webm)—not to do it manually for each file through blob interface. This script will help users easily batch change the content type of blob storage. It allows users to change content type of blob storage to any data type.

    image image
     image

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

  • [Script of Apr. 4] How to create a shortcut to Email a Recipient Directly to desktop in Windows 8

    Script Download: 26701.zip
    http://gallery.technet.microsoft.com/How-to-create-a-shortcut-c1af8595

    This script sample shows how to create a shortcut to Email a Recipient Directly to desktop in Windows 8.

    Sometimes we often communicate with some people via Email, so we can create a shortcut on desktop for convenience.

    image image
     image

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

  • [Script of Apr. 3] Create a shortcut to Email a Recipient Directly to desktop in Windows 8 (VBS)

    Script Download: 26702.zip
    http://gallery.technet.microsoft.com/Create-a-shortcut-to-Email-bcf779da

    This script sample shows how to create a shortcut to Email a Recipient Directly to desktop in Windows 8.

    Sometimes we often communicate with some people via Email, so we can create a shortcut on desktop for convenience.

    image image
     image

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