Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created July 1, 2015 12:43
Show Gist options
  • Save bblanchon/f46f6f876c5ee97fdcb3 to your computer and use it in GitHub Desktop.
Save bblanchon/f46f6f876c5ee97fdcb3 to your computer and use it in GitHub Desktop.
Azure delete VM status blobs
Get-AzureStorageBlob -Container vhds | Where { $_.Name -like "*.status"} | Remove-AzureStorageBlob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment