Forum Discussion
razu_sultan
May 24, 2023Copper Contributor
Exchange hybrid migration faild
we have exchange 2013 two Server as DAG with hybrid environment I have one user every time i try to migrate it from onprem to Exchange online the Batch report gives me Migration batch "XYZ" has completed with some errors with status failed
I tried to remove the patch and recreate it but the same issue
- DeletedMay 24, 2023
Hi razu_sultan
Remove the Migration move request by running the below PowerShell command.
Remove-Moverequest -Identity (patch name)AlsoLook for msExchMailboxMove attributes in the user attribute editor, and check whether any value is set for that user.
For example, msExchMailboxMoveRemoteHostName is populated by the <tenant.onmicrosoft.com> value if there was at least one attempt to move the user to Exchange Online.
Manually clear the value in Active Directory, and then reset the IIS server from Onpremise and create another move request in Exchange Online for that user.
If I have answered your question, please mark your post as Solved
If you like my response, please give it a Like
Appreciate your Kudos! Proud to contribute! 🙂
2 Replies
Sort By
- Deleted
Hi razu_sultan
Remove the Migration move request by running the below PowerShell command.
Remove-Moverequest -Identity (patch name)AlsoLook for msExchMailboxMove attributes in the user attribute editor, and check whether any value is set for that user.
For example, msExchMailboxMoveRemoteHostName is populated by the <tenant.onmicrosoft.com> value if there was at least one attempt to move the user to Exchange Online.
Manually clear the value in Active Directory, and then reset the IIS server from Onpremise and create another move request in Exchange Online for that user.
If I have answered your question, please mark your post as Solved
If you like my response, please give it a Like
Appreciate your Kudos! Proud to contribute! 🙂
- razu_sultanCopper Contributor
thanks Deleted
restarting the iis service worked for me.