Forum Discussion
Jay Hampton
Jan 05, 2018Copper Contributor
Email Encryption in Office 365 with Azure
Hi All,
I'm trying to setup office 365 Email encryption and having some issues. Following these instructions:
http://office365support.ca/setup-and-enable-office-365-message-encryption/
...
Jonathan Hitutua
Aug 06, 2020Copper Contributor
If run the below commands before you setting the Publishing the Domains
Set-IRMConfiguration -InternalLicensingEnabled $false
Set-IRMConfiguration -AzureRMSLicensingEnabled $false
Once both commands successfully executed, Set the Publishing domain once again and post publishing domain enabled. Enable InternalLicensing and AzureRMSLicensing once again using the below commands,
Set-IRMConfiguration -InternalLicensingEnabled $True
Set-IRMConfiguration -AzureRMSLicensingEnabled $True