Configuring Exchange Online to use Rights Management capabilities

In the following section, we will configure Exchange Online to work with the Azure RMS capabilities. You need to perform the following steps:

  1. Log on to your administrative workstation.
  2. Open an evaluated PowerShell.
  3. Type the following command:
    $Cred = Get-Credential
    
  4. Enter your global administrator credentials.
  5. Type the following commands:
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic -AllowRedirection
    Import-PSSession $Session
    
    Enable-OrganizationCustomization
    

    Note

    Configuration note: Exchange needs a copy of your tenant keys in order to be able to work with protected content.

  6. Type ...

Get Mastering Identity and Access Management with Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.