The Command 'Start-SPOCrossTenantUserContentMove' is not working for me?
While migrating Tenant to Tenant (OneDrive and SharePoint), we've done with all the pre-requisites given in this. But while we start the OneDrive migration it says the below error.
Using SharePoint shell recommended in the official documentation
Command: Start-SPOCrossTenantUserContentMove `
-SourceUserPrincipalName *** Email address is removed for privacy *** `
-TargetUserPrincipalName *** Email address is removed for privacy *** `
-TargetCrossTenantHostUrl https://***-my.sharepoint.com/
But the error says
Start-SPOCrossTenantUserContentMove : Method "IsMnALicensingFlightEnabled" does not exist.
At line:1 char:1
- Start-SPOCrossTenantUserContentMove `
-
- CategoryInfo : NotSpecified: (:) [Start-SPOCrossTenantUserContentMove], ServerException
- FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.StartSPOCrossTenantUserContentMove
Then tried Get-SPOCrossTenantHostURL for validating. it works on the Target but not on the Source
Error: C:\WINDOWS\system32> Get-SPOCrossTenantHostURL
Get-SPOCrossTenantHostURL : Method "IsMnALicensingFlightEnabled" does not exist.
At line:1 char:1
- Get-SPOCrossTenantHostURL
-
- CategoryInfo : NotSpecified: (:) [Get-SPOCrossTenantHostUrl], ServerException
- FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.GetSP
OCrossTenantHostUrl
Maybe anyone help in sorting out this