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,

3 views0 comments
bottom of page