top of page

How to get AADRM Version Information

Updated: Dec 30, 2023

Run the below command to get AADRM PowerShell Module version installed in the local Machine.

(Get-Module aadrm -ListAvailable).Version

RMS

Run the below command in Elevated PowerShell to update the AADRM PowerShell Module

Update-Module -Name AADRM 

Please refer to the article to know how to install AADRM PowerShell Module,

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page