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/
...
Mark Souva
Jan 18, 2018Copper Contributor
I too am having the same issue and after following the instructions from Microsoft support, I have not gained any progress.
- Les DavilaFeb 21, 2018Copper Contributor
Try this;
$LiveCred = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $SessionSet-IRMConfiguration -RMSOnlineKeySharingLocation https://sp-rms.na.aadrm.com/TenantManagement/ServicePartner.svc
Import-RMSTrustedPublishingDomain -RMSOnline -name "RMS Online"
Set-IRMConfiguration -InternalLicensingEnabled $TrueTest-IRMConfiguration -RMSOnline