Hi,
Can you paste the result of the following PowerShell cmdlet? Just wanted to check the percentage of completion
get-moverequest | get-moverequeststatistics
Or I have to cmdlet below to remove the moverequest for each mailbox individually.
Remove-MoveRequest -Identity ''
How will those migrated 95% content be after deleting the move request? Will it be clear up automatically?
Hi Nahcyrret,
Base on my knowledge, you can only delete a migration batch that either isn't running or has been completed.
Please use "Get-MigrationBatch" cmdlet to check the batch status.
If it has a status state of Synced, use the Complete-MigrationBatch cmdlet to finalize the migration batch.
You can also try to delete each mailbox individually, the content will roll back to the source database.
In addition, I also recommend you refer to the following article and try to complete the move requests :
Completing Individual Move Requests from a Migration Batch
Best regards,