User Profile
jeffsinit
Copper Contributor
Joined May 23, 2019
User Widgets
Recent Discussions
Re: Email Encryption in Office 365 with Azure
This worked for me, thanks! "I discovered for those commands that produce "cmdlet deprecated" and "The Trusted Publishing Domain (TPD) for your organization is managed in Microsoft Azure Rights Management" errors you have to first disable any transport rule you have enabled to encrypt email in Exchange admin console then" Set-IRMConfiguration -InternalLicensingEnabled $false Set-IRMConfiguration -AzureRMSLicensingEnabled $false then the cmdlet(s) Import-RMSTrustedPublishingDomain -RMSOnline "RMS Online" Set-IRMConfiguration –RMSOnlineKeySharingLocation “https://sp-rms.na.aadrm.com/TenantManagement/ServicePartner.svc” for N. America Set-IRMConfiguration -AzureRMSLicensingEnabled $true Set-IRMConfiguration -InternalLicensingEnabled $true29KViews1like0Comments
Recent Blog Articles
No content to show