Share via


Exchange 2016 - Mailbox moves from Legacy Exchange Servers

When you introduce a new version of an Exchange Server into your environment, you want your users to be able to take full action of the new features and of course be on the new version of Exchange.

In this tutorial we will look at the following:

  • Move a user from Exchange 2010 to 2016 using the Exchange Management Shell (EMS)
  • Move a user from Exchange 2013 to 2016 using the Exchange Admin Center (EAC)

Let's start with option 1:

Launch the Exchange Management Shell.

We will be moving Test User 3 in our lab which is on Exchange 2010. Run the following command:

  • Get-Mailbox -Identity "Test User 3" | New-MoveRequest -TargetDatabase <Your 2016 MBX Server>

https://collaborationpro.com/wp-content/uploads/2017/06/Move1.png

If you want to monitor the progress of the move, you can run the second command as shown above:

  • Get-MoveRequest | Get-MoveRequestStatistics

This will give you an idea of the progress. 

https://collaborationpro.com/wp-content/uploads/2017/06/Move2.png

We can now see the move completed and the user's mailbox is now in the 2016 Database.

Let's move onto option 2:

https://collaborationpro.com/wp-content/uploads/2017/06/Move3-1.png

Open up the EAC and then click on Recipients -> Mailboxes.

Once you click on the user you want to move, on the bottom right you have the option to move to another database. Click on this link.

https://collaborationpro.com/wp-content/uploads/2017/06/Move4.png

Once the link is clicked you will get a window as shown above. Enter in the following:

  • Batch name
  • Select the browse button to select a target database. A new window will pop up. Select your 2016 MBX server and then click OK to come back to this screen.
  • Click Next to continue.

https://collaborationpro.com/wp-content/uploads/2017/06/Move5.png

On the next window, you can specify who the batch report will go to. Once done click the New button.

To monitor the progress of your mailbox move, you can click on the Migration tab still within the Recipients tab in the EAC.

https://collaborationpro.com/wp-content/uploads/2017/06/Move6.png

So in this tutorial, we covered mailbox moves using the EAC and the EMS.