Last active
October 9, 2015 17:49
-
-
Save devigned/6ac93d9f315a2a23ed4f to your computer and use it in GitHub Desktop.
Getting started Azure Preview 1.0 Service Management
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
# 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