Moving mailboxes from one database/server to another is fairly easy. I prefer to use the shell interface but you can also use the GUI. The following commands are handy : New-MoveRequest -Identity <mailbox> –TargetDatabase <targetdatabase> (This commands moves one specified mailbox to another database) You can also use to moveRead More →