Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems setting up Azure in Powershell

I'm trying to follow the directions here: Azure Resource Manager Cmdlets

I do this:

PS C:\> Install-Module AzureRM

That works, then I try this:

PS C:\> Install-AzureRM

I get this message:

Install-AzureRM : The term 'Install-AzureRM' is not recognized as the name of a cmdlet, function, script file, or operable program.

What am I missing?

like image 861
M Kenyon II Avatar asked Apr 29 '26 20:04

M Kenyon II


1 Answers

The Install-Module in article you came across is referring to cmdlet come with WMF5.0. In other words, only available in Powershell 5.0

There is another version of Install-Module come with PsGet, but that one won't accomplish your task (Install-Module AzureRM), so please try to avoid it.

If you don't want to install powershell 5.0, but want azure cmdlet, you can find stand-alone module installer here.

like image 195
Kai Zhao Avatar answered May 02 '26 09:05

Kai Zhao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!