Install Azure Resource Manager Powershell
This file contains 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
-- 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