Exchange
--
Questions
--
Followers
Top Experts
Does anyone know why there is multiple mailboxes migration that is stuck at 95% on the AutoSuspended process ?
Because when I do my migration from between the two Exchange Server 2013 VM within the same AD site, it is completed successfully most of the time or can be retried manually for completion.
So how to clean up the AutoSuspended mailbox migration safely without deleting the actual mailboxes itself ?
I'm running Exchange Server 2013 standard Version 15.0 (Build 1130.7)
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
So how do I complete it or clean it up ?
Without losing the data or email.
You can check the details of these requests using : Get-MoveRequest -MoveStatus AutoSuspended | fl
if you wish to complete these requests, you can use: Get-MoveRequest -MoveStatus AutoSuspended | Resume-MoveRequest
or if you simply want to remove these move requests, you can use: Get-MoveRequest -MoveStatus AutoSuspended | Remove-MoveRequest
These will not impact the mailboxes/Data.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Hopefully no data loss occurred.
When I run: Get-MoveRequest -MoveStatus AutoSuspended | Resume-MoveRequest, the AutoSuspended feature is now becoming TransientFailure ?
Get-MoveRequest -MoveStatus TransientFailure | Remove-MoveRequest
This is the error code:
Cannot process argument transformation on parameter 'MoveStatus'. Cannot convert value "TransientFailure" to type "Microsoft.Exchange.Data.Directory.Recipient.RequestStatus". Error: "Unable to match the identifier name TransientFailure to a valid
enumerator name. Specify one of the following enumerator names and try again: None, Queued, InProgress, AutoSuspended, CompletionInProgress, Synced, Completed, CompletedWithWarning, Suspended, Failed"
+ CategoryInfo : InvalidData: (:) [Get-MoveRequest], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-MoveRequest
+ PSComputerName : PRODMAIL02-VM.domain.com

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I'm avoiding any data loss.
Exchange
--
Questions
--
Followers
Top Experts
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.