Skip to content

Instantly share code, notes, and snippets.

@nextechu
Last active May 15, 2017 20:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Install Azure Resource Manager Powershell
-- check to see if you have PowerShellGet
Get-Module PowerShellGet -list | Select-Object Name,Version,Path
Install-Module AzureRM -AllowClobber
-- once everything is installed, you need to load the module into your PowerShell session
Import-Module AzureRM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment