Forum Discussion

razu_sultan's avatar
razu_sultan
Copper Contributor
May 24, 2023
Solved

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

  • Hi razu_sultan 

    Remove the Migration move request by running the below PowerShell command.

    Remove-Moverequest -Identity (patch name)
    Also

    Look 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 :smile:

    Appreciate your Kudos! Proud to contribute! ðŸ™‚

     

     

2 Replies

  • Hi razu_sultan 

    Remove the Migration move request by running the below PowerShell command.

    Remove-Moverequest -Identity (patch name)
    Also

    Look 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 :smile:

    Appreciate your Kudos! Proud to contribute! ðŸ™‚

     

     

    • razu_sultan's avatar
      razu_sultan
      Copper Contributor

      thanks Deleted 

      restarting the iis service worked for me.

Resources