When you migrate mailboxes , Exchange 2010 GUI allow you to set a BadItemLimit up to 49 items.
To allow more bad items :
Syntax :
New-MoveRequest -Identity ‘Mailbox’ -TargetDatabase Database1 -BadItemLimit 75 -AcceptLargeDataLoss
Example :
New-MoveRequest -Identity john.doe -TargetDatabase mx1base.edb -BadItemLimit 75 -AcceptLargeDataLoss
0 comments :
Post a Comment
Comment: