
After you’ve completed your deployment of Exchange 2016, and test connectivity via Exchange Remote Connectivity tool, you can move mailboxes to your Exchange 2016 Mailbox server.
Migrate Mailboxes
Configuring the Default Mailbox Database for Exchange Server 2016
-
Logon Exchange 2016 Server, open Exchange Management Shell.
-
Get all mailbox databases information via follow cmdlet.
Get-MailboxDatabase -IncludePreExchange2013
Set-MailboxDatabase "Mailbox Database 1278187797" -Name DB01-2016
Get-MailboxDatabase DB01-2016 | Fl *path*
Move-DatabasePath -Identity DB01-2016 -EdbFilePath E:\DB01-2016\DB01-2016_DB\DB01-2016.edb -LogFolderPath E:\DB01-2016\DB01-2016_LOGS
Configuring Mailbox Database Quota
To further verify that you have the same Quota settings for all Mailbox Database.
- Logon Exchange 2016 Server, open Exchange Management Shell.
-
Run follow cmdlet to check Mailbox Database Quota settings.
Get-MailboxDatabase -IncludePreExchange2013 | Select Name,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota
Get-MailboxDatabase -Server GDMEX02 | Set-MailboxDatabase –IssueWarningQuota 15GB –ProhibitSendQuota 16GB -ProhibitSendReceiveQuota 20GB
- Configuring Offline Address Book
1. Logon Exchange 2016 Server, open Exchange Management Shell.
Get-MailboxDatabase -IncludePreExchange2013 | Select Name,offline*
Get-OfflineAddressBook
Get-MailboxDatabase -Server GDMEX02 | Set-MailboxDatabase -OfflineAddressBook "OAB2016"
Migrate Arbitration Mailboxes
- Logon Exchange 2016 Server, open Exchange Management Shell.
Get-Mailbox -Arbitration | Select Name,Database
Get-Mailbox -Arbitration |New-MoveRequest
Get-MoveRequest | Get-MoveRequestStatistics
Migrate Arbitration Mailboxes
- Logon Exchange 2016 Server, open Exchange Management Shell.
Get-Mailbox -Arbitration | Select Name,Database
Get-Mailbox -Arbitration |New-MoveRequest
Get-MoveRequest | Get-MoveRequestStatistics
Migrate Pilot mailboxes via Exchange Administrative Center
- Logon Exchange 2016 Server, open Exchange Administrative Center.
2. On the Exchange admin center page, select recipients.
3. Select Migration, click + sign and select Move to a different database.
4. Click Select the users that you want to move and click + sign.
5. On Select Mailbox page, Select Pilot users, click Add, click OK and then click Next.
6. On the Move configuration page, enter New migration batch name and select others required options, click Next.
7. On the Start the batch page, select recipients to receive the report after batch complete, click new.
8. Wait until status is completed and the user will receive complete report.
Hope you enjoy this post.
Cary Sun
Twitter: @SifuSun