Exchange 20xx - Mailbox-Move Troubleshooting:
Error beim Mailbox-Move (Error: FailedOther):
Den akt. Moverequest abbrechenRemove-MoveRequest -Identity <MAILBOX>
Dann die Paramter -BadItemLimit und -AcceptDataLoss mitgebenNew-MoveRequest -Identity “<MAILBOXNAME>” -TargetDatabase “<ZIELDATENBANK>” -BadItemLimit “200” -AcceptLargeDataLoss
abgehängte Postfächer migrieren:Get-Mailbox | ?{$_.ExchangeUserAccountControl -eq ‘AccountDisabled’ -and $_.database -ne “<DATENBANK>” } | new-moverequest -targetdatabase “<DATENBANK>”
Error beim Mailbox-Move (Error: FailedMapi):
Error: The job encountered too many transient failures (61) and is quitting. The most common failure is StoragePermanentException/MapiExceptionTooComplex with the hit count 60.
--> Cannot query rows in a table. --> MapiExceptionTooComplex: Unable to query table rows.
Die Prozentanzeige kommt nicht über den Wert von 10 Prozent und der Vorgang bricht mit dem Fehler (Status Detail) FailedMapi ab
Hier gab es einen Fehler aufgrund eines Such-Ordners
--> Abhilfe:
Set-MoveRequest
-Identity
"mailbox"
-SkipMoving
:FolderRestrictions
Get-MoveRequest
-Identity
"mailbox"
|
Set-MoveRequest
-SkipMoving
:FolderRestrictions
Erweiterte Paramter für Repair-Modes/Optionen:
https://docs.microsoft.com/de-de/powershell/module/exchange/new-mailboxrepairrequest?view=exchange-ps
Repair-Request:New-MailboxRepairRequest -Mailbox <MAILBOXNAME> -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview –DetectOnly (für reine Analyse)
Status abfragen:Get-MailboxRepairRequest