Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs.
Let’s see how to install Azure AD RMS PowerShell Module
Open Windows PowerShell in Administrator mode,
Type Install-Module -Name AADRM and Enter, Select Yes to All
Once Modeule installed sucessfully,
Type Import-Module -Name AADRM to import the module and to see the commands, Get-Module -Name AADRM
We are able to see the Module is sucessfully installed. Now
Connect-AadrmService
Enter Credentials for the Azure AD RMS Services
Now we are able to connect to the AADRM Services successfully.
To validate the access, Enter Get-AadrmConfiguration to see the AADRM Configuration of the Office 365 Tenant,