Move a mailbox via powershell Exchange 2007 Posted on January 4, 2010 by Imran Rashid Reading Time: < 1 minuteTo move a single mailbox via powershell, use the below command. Amend as required: Get-Recipient | where {$_.Name -Eq “Joe Bloggs”} | Move-Mailbox -TargetDatabase “xxx.local\Mailbox Database”