> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.accessorange.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Verify the IRM for Exchange Online

Articles on: [Exchange](/en/category/exchange-15wo40y/)

*   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