Forum Discussion
Issues during migrating few users from onprem to O365
- May 12, 2020
MS has given the formula to use
Remove-msoluser -userprincipalnaem ***** and
remove-MSOLuser -userprincipalname *** -removefromrecyclebin
use these two commands as this good for a user i was facing issue it was completed 100% and for 2 users move was also there in hybrid for moving 2 users to different DB. After removing moves for 2 users in hybrid and restarting them in online its working . and for one user its working fine . Now everything is working as expected .
Regards
Abhay
So the mailboxes all sync, and the error occurs when you click to complete the migration batch?
Have you tried connecting to Exchange Online PowerShell and running;
Resume-MoveRequest -Identity "username@domain.com"
- PeterRisingMay 09, 2020MVP
OK, since the move request was set off, the source AD object was not moved to another OU by any chance was it?
- Abhayk84May 09, 2020Copper Contributor
I have not moved the user object to non sync Ou. the main idea behind this is to convert the Online users mailbox to mail user ?
even if you remove the license then also it will become a mail user .
- PeterRisingMay 09, 2020MVP
Sorry, I'm getting confused now. Remote Mailbox move from on-prem to EOL will convert the online mail user object to a mailbox, not the other way around. This is what you are trying to achieve right?
Does the mailbox still currently reside on-prem, and has the move request now been cancelled / removed?