teddles
  • teddles
  • 50.8% (Neutral)
  • Newbie Topic Starter
6 days ago
Issue Definition: Email Encryption

Issue Resolution: Here below are the PowerShell commands for your reference for enabling email Encryption

Set-ExecutionPolicy Remotesigned

Install-Module AIPService

Connect-AIPService

Enable-AIPService

$LicensingLocation = (Get-AadrmConfiguration).LicensingIntranetDistributionPointUrl

Install-Module ExchangeOnlineManagement

Import-Module ExchangeOnlineManagement

Connect-ExchangeOnline

Set-IRMConfiguration -LicensingLocation @{add=$LicensingLocation}

Set-irmconfiguration -InternalLicensingEnabled $true

Set-IRMConfiguration -AzureRMSLicensingEnabled $true

Set-IRMConfiguration -SimplifiedClientAccessEnabled $true

Enable-Aadrm
Sponsor

Want to thank us? Use: Patreon or PayPal or Bitcoins: bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk

All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.