From b232ae335b518603c6494cab95091efdd5b5f539 Mon Sep 17 00:00:00 2001 From: Anshul Dube <42183064+anshuldube@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:58:46 -0800 Subject: [PATCH] Update cross-tenant-mailbox-migration.md Update license requirements. Add a note for admins to follow in case of an error. --- microsoft-365/enterprise/cross-tenant-mailbox-migration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/microsoft-365/enterprise/cross-tenant-mailbox-migration.md b/microsoft-365/enterprise/cross-tenant-mailbox-migration.md index 2cc8e5b90e4..455b10f2a5e 100644 --- a/microsoft-365/enterprise/cross-tenant-mailbox-migration.md +++ b/microsoft-365/enterprise/cross-tenant-mailbox-migration.md @@ -46,9 +46,7 @@ When a mailbox is migrated cross-tenant with this feature, only user-visible con ## Licensing > [!IMPORTANT] -> As of Nov. 2022, **Cross Tenant User Data Migration** is available as an add-on to the following Microsoft 365 subscription plans for Enterprise Agreement customers, and is required for cross-tenant migrations. User licenses are per migration (one-time fee) and can be assigned either on the source or target user object. This license also covers [OneDrive for Business migration](cross-tenant-onedrive-migration.md). Contact your Microsoft account team for details. -> -> The Cross Tenant User Data Migration add-on is available as a separate purchase for Microsoft 365 Business Basic, Standard, and Premium; Microsoft 365 F1/F3/E3/E5/; Office 365 F3/E1/E3/E5; Exchange Online; SharePoint Online; and OneDrive for Business. +Cross-Tenant migrations requires a per user license (one-time fee) and can be assigned either on the source or target user object. This license also covers [OneDrive for Business migration](cross-tenant-onedrive-migration.md). Cross Tenant User Data Migration is available as an add-on to the following Microsoft 365 subscription plans: Microsoft 365 Business Basic, Standard, and Premium; Microsoft 365 F1/F3/E3/E5/; Office 365 F3/E1/E3/E5; Exchange Online; SharePoint Online; OneDrive for Business and EDU. > [!WARNING] > You must have purchased, or verified that you can purchase, cross-tenant user data migration licenses prior to the next steps. Migrations fail if this step hasn't been completed. Microsoft doesn't offer exceptions for this licensing requirement. @@ -181,6 +179,9 @@ Now that you've successfully created the migration application and secret, the n New-MigrationEndpoint -RemoteServer outlook.office.com -RemoteTenant $remote -Credentials $Credential -ExchangeRemoteMove:$true -Name $name -ApplicationId $AppId ``` +> [!NOTE] +> If the above command fails, please check with the source tenant administrator to confirm if the application was granted admin consent. + 3. Create a new organization relationship object or edit your existing organization relationship object to your source tenant. ```PowerShell