Install Microsoft AzureRM PowerShell Module Version 2.02

Following my previous article about Microsoft Azure .VHD today I’ll show you how to Install or update Microsoft Azure PowerShell Module to the latest version (2.02).

This article will work on Windows 10 and Windows 8.

To Install the AzureRM module open PowerShell and type:

Install-Module azurerm

This cmdlet will Install the latest version and all dependencies

Next Install the old Azure portal module:

Install-Module azure

If you already have the module all you need to do Is use the cmdlet below to update the Azure PowerShell module.

Update-Module azurerm

At this stage PowerShell will update the module and all dependencies modules

To view all Installed modules and their dependencies


Posted

in

,

by