Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active October 9, 2015 17:49
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