Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active October 9, 2015 17:49
Show Gist options
  • Save devigned/6ac93d9f315a2a23ed4f to your computer and use it in GitHub Desktop.
Save devigned/6ac93d9f315a2a23ed4f to your computer and use it in GitHub Desktop.
Getting started Azure Preview 1.0 Service Management
# Import the Azure Service Management module
Import-Module Azure
# To login to Azure Service Management
Add-AzureAccount
# To list the your virtual machines
Get-AzureVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment