How to Move Mailboxes Importing CSV File Using Powershell in Exchange 2007
import-csv d:filename.csv | move-mailbox -identity {$_.alias} -TargetDatabase “Databae Name” -PreserveMailboxSizeLimit -Confirm:$false -MaxThreads 16 | Out-file D:LOGS_Move.txt