logo
search
Tenant Migration

Fix Start-SPOCrossTenantUserContentMove PowerShell Error in SharePoint Migration

Maira MehtabMaira Mehtab Sep 22, 2026 868 views

Question details

The user is encountering a PowerShell error (IsMnALicensingFlightEnabled) when attempting to execute cross-tenant content migration commands for SharePoint and OneDrive.

Product
SharePoint Online / OneDrive
Device & OS
not provided
Scenario
Performing a tenant-to-tenant migration for OneDrive and SharePoint user content using PowerShell.
Observed behavior
The Start-SPOCrossTenantUserContentMove and Get-SPOCrossTenantHostURL commands fail to execute, returning the IsMnALicensingFlightEnabled error.
Before you start

Ensure you are running PowerShell as an Administrator and have the necessary global administrator or SharePoint administrator privileges in Microsoft 365.

Solution 1Recommended

Remove Conflicting Modules and Reinstall SharePoint Online Management Shell

Uninstalling outdated modules and manually installing the correct version resolves conflicts that trigger the IsMnALicensingFlightEnabled error.

This error is primarily caused by conflicting or outdated versions of the SharePoint Online PowerShell modules installed on your system. Cross-tenant migrations require specific module versions to function correctly.

1
Uninstall existing modules

Open PowerShell as an Administrator and uninstall existing versions of the SharePoint Online module to clear out any conflicting files.

2
Locate the required module version

Visit the official Microsoft cross-tenant migration documentation to identify and download the specific version of the SharePoint Online Management Shell required for this task.

3
Install the new Management Shell

Run the downloaded installer to manually install the correct SharePoint Online Management Shell on your machine.

4
Restart PowerShell and re-authenticate

Close your current PowerShell window, open a new session, re-authenticate to your Microsoft 365 tenant, and run the Start-SPOCrossTenantUserContentMove command again.

Seek Dedicated Support: If the error persists after reinstalling the module, it is highly recommended to post your issue to Microsoft Q&A using the SharePoint tag for command-specific assistance.
Free Microsoft Office alternative

Need a Lightweight Office Suite for Your Team?

While you manage complex Microsoft 365 tenant migrations, you still need a reliable tool to draft migration plans and communicate with stakeholders. WPS Office offers a completely free, highly compatible alternative to Microsoft Office.

  1. 1. Download WPS Office: Navigate to the official WPS Office website and click the free download button.
  2. 2. Install the application: Run the setup file and follow the quick installation prompts on your screen.
  3. 3. Open your documents: Launch WPS Office to instantly open, edit, and save your existing Office files without losing any formatting.
Free and lightweight alternative to Microsoft OfficeFully compatible with Microsoft Word, Excel, and PowerPoint formatsPerfect for documenting migration plans and tracking progressFamiliar user interface for seamless team onboarding
microsoft office alternative - wps office

Frequently Asked Questions

What causes the IsMnALicensingFlightEnabled error in PowerShell?

This error is generally triggered by running outdated or conflicting versions of the SharePoint Online PowerShell modules during a cross-tenant migration attempt.

Where can I find the correct version of the SharePoint Online Management Shell?

The specific required version is always provided as a direct download link within the official Microsoft cross-tenant OneDrive and SharePoint migration documentation.

Can I have multiple versions of the SharePoint PowerShell module installed?

It is not recommended. Running multiple versions simultaneously can cause command conflicts and unexpected execution errors. You should uninstall older versions before installing a new one.