Getting the right Powershell dependencies version.

Install-Module PowerShellGet -Force

Installing the Azure Resource Manager

Install-Module -Name AzureRM -AllowClobber

Loading your azure module

Import-Module -Name AzureRM

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20