Move a mailbox via powershell Exchange 2007

Reading Time: < 1 minute

To 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”

2 thoughts on “Move a mailbox via powershell Exchange 2007

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.