Following the previous post about Azure RMS and how organisations can have another layer of security over their sensitive and confidential data (Protect your data with Azure Right Management Services), this post will focus on how Office 365 services can take advantage of this security service.Before going into details, you should know that Azure RMS is available for those organisations using Microsoft 365 Enterprise (E3 or E5) subscriptions. In addition, this can be accessed by Azure Information Protection Premium P1 or P2 subscription users, providing even more features regarding automating data classification.

Following the previous post about Azure RMS and how organisations can have another layer of security over their sensitive and confidential data (Protect your data with Azure Right Management Services), this post will focus on how Office 365 services can take advantage of this security service.Before going into details, you should know that Azure RMS is available for those organisations using Microsoft 365 Enterprise (E3 or E5) subscriptions. In addition, this can be accessed by Azure Information Protection Premium P1 or P2 subscription users, providing even more features regarding automating data classification.To use Azure Information Protection (Azure RMS) on Office 365 services (Exchange Online, SharePoint Online or OneDrive), this service needs to be enabled. Therefore, this post is focusing on steps to verify the activation status on Office 365 services and explaining to enable it.
If the Azure RMS feature is already activated on your subscription, you can simply define your labels for classification, as well as protection. You can do this by configuring Office 365 to make such protections work automatically with features such as protected voice mail, data loss prevention (DLP) policies or mail flow rules. It’s easy to find out if Azure RMS (Protection Service) is activated on your subscription or not by running the PowerShell script found below, or find out via the Office 365 Admin Center console.
$Cred = Get-Credential$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic –AllowRedirectionImport-PSSession $SessionGet-IRMConfigurationThe result of the command above (Get-IRMConfiguration) shows the activation status. If it is True for the AzureRMSLicensingEnabled parameter, it means it’s activated; otherwise it will return a False flag. To activate the Azure RMS for Exchange online, the line of PowerShell code below is enough to make it work.Set-IRMConfiguration -AzureRMSLicensingEnabled $true








Dive behind the scenes and keep up to date on the latest people centred tech.