Forum Discussion
StefanoC66
Jan 09, 2025Iron Contributor
Move request falsely stuck
We are migrating mailboxes cross forest between two Exchange organizations and are having an issue with 3 of them. We were migrating these 3 mailboxes when the target Exchange server had the log dis...
consent-early-girdle
Jan 12, 2025Copper Contributor
Found some answers to this in a few places....
Suspend-MoveRequest -Identity "<identity of move request>"
Resume-MoveRequest -Identity "<identity of move request>"if fails then try....
Remove-MoveRequest -Identity "<identity of move request>"
New-MoveRequest -Identity "<identity name>" -TargetDatabase "<target database>" -BadItemLimit "20" -AcceptLargeDataLoss
or if all else fails start looking at AD / DNS etc; the following will query for more diagnostics to attempt to locate which component is causing the issue...
https://learn.microsoft.com/en-us/exchange/troubleshoot/migration/new-move-request-remains-queued-status?WT.mc_id=email
Or restart the replication service
Get-Service *repl* | Restart-Service