Move-mailbox Powershell - Max Threads Not Used
I am attempting to move 3 mailboxes at the same time within powershell via the following command:get-content move.txt | move-mailbox -targetdatabase db03 -maxthreads 3Generally I think this would then move all 3 mailboxes at the same time but it ends up only moving 2 at one time.I also tried the same move-mailbox command without the -maxthreads paramater and it still only moves 2 at one time.This happens in all cases, no matter how many mailboxes I am trying to move. I have tried moving 10 at a time with a -maxthreads 10 but it only picks up the first 9.It appears that it will look at the number of mailboxes listed in my txt file and grab one less that the max I stipulate.Wondering if anyone else has seen this issue.Thanks.Mike
February 3rd, 2010 9:19pm

Hi,Please try to add get-mailbox ,like:get-content move.txt | get-mailbox | move-mailbox -targetdatabase db03 -maxthreads 3https://blogs.wharton.upenn.edu/bubblewrap/2008/05/how-to-move-mailboxes-from-a-t.htmlFrank Wang
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2010 11:05am

I gave that a try but still didn't resolve my problem.Thanks for the suggestion.
February 6th, 2010 12:32am

what sp and ru are you running on your exchange 2007 servers i have seen this issue with sp2 and resolved with sp3
Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2010 7:57am

what sp and ru are you running on your exchange 2007 servers i have seen this issue with sp2 and resolved with sp3
November 23rd, 2010 3:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics