Articles → MICROSOFT AZURE → Install Azure Powershell Module
Install Azure Powershell Module
Steps
- Open the Windows PowerShell in the Administrator mode
- Write the following code in PowerShell
Install-Module -Name Az -RequiredVersion 3.6.1
Click to Enlarge
How To Load The Module?
Import-Module -Name Az -RequiredVersion 3.6.1
Set-ExecutionPolicy RemoteSigned