Created
October 18, 2016 11:42
-
-
Save bblanchon/7ba5793a13240828d80c3c4ef53ae361 to your computer and use it in GitHub Desktop.
Azure: view all unattached diks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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