Skip to content

Instantly share code, notes, and snippets.

@pkirch
Last active August 29, 2015 14:14
Show Gist options
  • Save pkirch/678cdf7b596f1f8c9bb0 to your computer and use it in GitHub Desktop.
Save pkirch/678cdf7b596f1f8c9bb0 to your computer and use it in GitHub Desktop.
Sample output of the PowerShell command Get-AzureVM.
Get-AzureVM
<# Output
ServiceName Name Status
----------- ---- ------
leasetest host1 ReadyRole
leasetest2 host2 RoleStateUnknown
leasetest3 host3 StoppedDeallocated
leasetest4 host4 StoppedDeallocated
leasetest5 host5 StoppedDeallocated
#>
@pkirch
Copy link
Author

pkirch commented Feb 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment