Skip to content

Instantly share code, notes, and snippets.

@nextechu
Last active May 15, 2017 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextechu/f7bc71621ee8a83aaf1d3f334c22983e to your computer and use it in GitHub Desktop.
Save nextechu/f7bc71621ee8a83aaf1d3f334c22983e to your computer and use it in GitHub Desktop.
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