You can increase the number of mailbox move threads from 4 to a maximum of 30 by adding a switch to the move-mailbox cmdlet. Run the command
Get-Mailbox -Server CurrentServerName | Move-Mailbox -TargetDatabase "NewServer\SG1\DatabaseName" -MaxThreads 30
Though you can specify any value between zero and 30, make sure you give an appropriate value depending upon your network.
1 comment:
Good to know. Will help in my migration work.
-Martin
Post a Comment