List or set the URL for use in migrating rights managed content to AD RMS
Published: July 16, 2012
Updated: July 16, 2012
Applies To: Office 365
This topic shows how to use the Windows Azure AD Rights Management module for Windows PowerShell to list or set the URL for migrating rights managed content originally the Rights Management service.
Setting the migration URL
The following demonstrates how to set the migration URL for the Rights Management service:
Set-AadrmMigrationUrl -Domain "aadrm.online.contoso.com"
Additional information
Migration URLs are useful if you decide to leave Office 365 and need to support migration from Rights Management to an on-premises AD RMS server and will need indefinite access to content that has been previously protected using Rights Management.
Listing the migration URL
The following demonstrates how to list the migration URL for the Rights Management service:
Get-AadrmMigrationUrl
