Hi @Auon Ali Khowaja ,
Cross-tenant migration requires that the mail user in the target tenant has the same user mailbox as the source tenant . You can follow these steps to set the mail user's ExchangeGuid:
1.Connect to the Exchange online PowerShell of the source tenant and refer to the following command to get the ExchangeGuid of the specified user mailbox:
get-mailbox userone |fl *guid
2.Copy the ExchangeGuid as a backup
3.Connect to the Exchange online PowerShell of the target tenant and refer to the following command to set the ExchangeGuid of the specified mail user:
set-mailuser userone -ExchangeGuid 89bd6765-xxx-40xxx-a21a-1ccxxx92187
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread