Verify the IRM for Exchange Online
Articles on: Exchange
Connect to Office 365 Exchange via PowerShell.
Run the Get-IRMConfiguration.aspx) command to view your Exchange Online configuration for the protection service.
From the output, locate the AzureRMSLicensingEnabled value:
If AzureRMSLicensingEnabled is set to True, Exchange Online is already enabled for the Azure Rights Management service.
If AzureRMSLicensingEnabled is set False, run the follow command to enable Exchange Online for the Azure Rights Management service: Set-IRMConfiguration -AzureRMSLicensingEnabled $true
Updated on: 31/01/2023
Connect to Office 365 Exchange via PowerShell.
Run the Get-IRMConfiguration.aspx) command to view your Exchange Online configuration for the protection service.
From the output, locate the AzureRMSLicensingEnabled value:
If AzureRMSLicensingEnabled is set to True, Exchange Online is already enabled for the Azure Rights Management service.
If AzureRMSLicensingEnabled is set False, run the follow command to enable Exchange Online for the Azure Rights Management service: Set-IRMConfiguration -AzureRMSLicensingEnabled $true
Updated on: 31/01/2023
Updated on: 01/07/2024
Thank you!