Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active October 9, 2015 17:49
Show Gist options
  • Save devigned/f2a8d52f3eb38a5bf4c0 to your computer and use it in GitHub Desktop.
Save devigned/f2a8d52f3eb38a5bf4c0 to your computer and use it in GitHub Desktop.
Installing Azure Powershell 1.0 Preview PowerShellGet
# Install the Azure Resource Manager modules from PowerShell Gallery
Install-Module AzureRM
Install-AzureRM
# Install the Azure Service Management module from PowerShell Gallery
Install-Module Azure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment