• [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...
  • [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...
  • [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 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...
  • [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...