PowerShell Azure Cmdlet not Recognized

Question:

Running PowerShell ISE (V4), I install the AzureRM module as follows

I then check the version

which returns

I then attempt to use the login cmdlet

but get the error

What am I doing wrong?

NOTE
I’m working behind a proxy and have used the following command to get round it

I’ve also set the PSGallery repo as follows

Answer:

I upgraded to Windows Management Framework 5 and I can now run the
command Login-AzureRMAccount

Also we can download the Azure PowerShell installation file and install it.
We can download the PS version 3.3.0 installation file from this page:

https://github.com/Azure/azure-powershell/releases/tag/v3.3.0-December2016

Source:

PowerShell Azure Cmdlet not Recognized by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply