These instructions will step you through enabling Microsoft Office 365 Message Encryption in your tenant account.
These instructions are focused on the steps necessary to enable Office 365 Message Encryption. If you're looking for background information or more deetails, try some of these links:
Office 365 Message Encryption requires Azure Rights Management. This service is available free for certain O365 and Exchange Online account types (E3 or higher, Plan 2 or higher). If you do not already have one of these account levels, you can either upgrade or purchase the service as an add-on to your existing O365 account.
At a high level, setup is a 2 step process:
Azure Right Management is activated via the O365 Admin Center. There's currently
2 flavors of this as Microsoft is working on a new UI.
Select the type of Admin UI that matches your setup from the list below for
instructions:
Connect to your O365 account with a remote powershell console and follow these
steps:
(NOTE: you may need to wait up to 24 hours for Azure Rights Management to go
into effect.)
Set-IRMConfiguration -RMSOnlineKeySharingLocation "https://sp-rms.na.aadrm.com/TenantManagement/ServicePartner.svc"
Set-IRMConfiguration -RMSOnlineKeySharingLocation "https://sp-rms.eu.aadrm.com/TenantManagement/ServicePartner.svc"
Set-IRMConfiguration -RMSOnlineKeySharingLocation "https://sp-rms.ap.aadrm.com/TenantManagement/ServicePartner.svc"
Set-IRMConfiguration -RMSOnlineKeySharingLocation "https://sp-rms.sa.aadrm.com/TenantManagement/ServicePartner.svc"
Setup RMS Online:
Import-RMSTrustedPublishingDomain -RMSOnline -name "RMS Online"
Test the IRM configuration:
Test-IRMConfiguration -RMSOnline
Verify the command completes with OVERALL RESULT: PASS
Enable IRM licensing:
Set-IRMConfiguration -InternalLicensingEnabled $true
Wait ~12 hours for changes to take effect.
The following is a screenshot of these commandlets after being executed:
At this point Office 365 Message Encryption should be enabled and ready for use.
You can now install Nucleuz DLP Policies which utilize encryption.
You can also configure Exchange Transport Rules or DLP Rules to apply Office 365
Message Encryption. Here's an example: