Skip to content

Instantly share code, notes, and snippets.

@pkirch
Created February 26, 2015 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkirch/a20b8b91a3b2d8c4fbaf to your computer and use it in GitHub Desktop.
Save pkirch/a20b8b91a3b2d8c4fbaf to your computer and use it in GitHub Desktop.
This sample shows the output of the PowerShell command Get-AzureDisk.
Get-AzureDisk
<# Output
AffinityGroup :
AttachedTo : RoleName: host2
DeploymentName: host2
HostedServiceName: leasetest2
IsCorrupted : False
Label :
Location : West Europe
DiskSizeInGB : 128
MediaLink : https://pktest1.blob.core.windows.net/vhds/leasetest2-host2-2014-12-08.vhd
DiskName : host2-host2-0-201412081048370142
SourceImageName : a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-R2-201411.01-en.us-127GB.vhd
OS : Windows
IOType : Standard
OperationDescription : Get-AzureDisk
OperationId : 9d03c61b-f609-5e7e-ad91-5eefd89492b6
OperationStatus : Succeeded
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment