ISSUE: The operation couldn't be performed because object 'firstname.lastname@domain.com' couldn't be found on
Last modified:
Overview
During the move mailbox step, the error below occurs.
Cause
This error indicates that the user on-prem user account is not properly Azure AD Syn'd and therefore cannot be found in Azure AD.
Solution
To confirm this in Azure AD, connect to MSOnline or Azure AD.
Checking with MSOnline:
- Open an administrative PowerShell session
- Type and run - connect-msolservice
- Login in with your O365 admin account
- Type and run - get-msoluser -userprincipalname <UPN>
- If there is no result you have confirmed the user has not been AD Sync'd
Checking with Azure AD:
- Open an administrative PowerShell session
- Type and run - connect-azuread
- Login in with your O365 admin account
- Type and run - get-msoluser -userprincipalname <UPN>
- If there is no result you have confirmed the user has not been AD Sync'd
In either case, you will need to ensure the user is Azure AD sync'd. Once that has occurred, the failed task will need to be restarted by clicking the Restart button.