Share via


Exchange 2019: Move mailbox from Exchange 2016 to 2019

Moving mailboxes is a daily task for Exchange Admins. The process is the same as Exchange 2013 or 2016.

To move a single user mailbox you can use the following command:

  • New-MoveRequest -Identity edwardvbs -TargetDatabase Store1

http://everything-powershell.com/wp-content/uploads/2018/12/move1.png

To check the status of the mailbox move you can run the following command:

  • Get-MoveRequest | Get-MoveRequestStatistics

http://everything-powershell.com/wp-content/uploads/2018/12/move2.png

As you can see this one completed quickly as it is only 52kb.