Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created October 18, 2016 11:42
Show Gist options
  • Save bblanchon/7ba5793a13240828d80c3c4ef53ae361 to your computer and use it in GitHub Desktop.
Save bblanchon/7ba5793a13240828d80c3c4ef53ae361 to your computer and use it in GitHub Desktop.
Azure: view all unattached diks
Get-AzureDisk | where {$_.AttachedTo -eq $null} | select DiskName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment