Install
Gallery Module for ARM Cmdlets: link
To install AzureRM
from the PowerShell Gallery, run the following command:
Install-Module -Name AzureRM -Repository PSGallery -Force
To update from an older version of AzureRM
, run the following command:
Update-Module -Name AzureRM
Changes since last release
6.13.2 - March 2021
Azure Resource Manager Module
This module is outdated and will go out of support on 29 February 2024.
The Az PowerShell Module provides the following improvements:
- Greater security with token cache encryption and improved authentication.
- Availability in Azure Cloud Shell and on Linux and macOS.
- Support for all Azure services.
- Allows use of Azure access tokens.
We encourage you to start using the Az module as soon as possible to take advantage of these improvements.
Update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. To automatically update your scripts, follow the quickstart guide.