Exchange Server 2019

Rising Flight 5,256 Reputation points
2025-05-23T06:13:46.0466667+00:00

Hi All,

I am currently using Exchange Server 2016 and planning to upgrade to Exchange Server 2019.

My existing environment consists of two Exchange 2016 servers (Server01 and Server02). I have provisioned two new Exchange 2019 servers (Server03 and Server04). Below are the steps I have performed so far:

Upgraded the Active Directory schema for Exchange 2019.

Installed Exchange 2019 on Server03 and Server04.

Configured virtual directories and URLs on the Exchange 2019 servers.

Imported SSL certificates onto the Exchange 2019 servers.

Configured a Database Availability Group (DAG) using a file share witness.

  1. On Exchange 2016:
    • Server01 hosts DB01
    • Server02 hosts DB02
    On Exchange 2019:
    • Created DB03 on Server03 and DB04 on Server04.
    For DB03, I created the database via the GUI and ensured the "Mount this database" option was unchecked. Then, I ran the following PowerShell commands. Please let me know if this approach is correct:
       Mount-Database DB03
       Add-MailboxDatabaseCopy -Identity DB03 -MailboxServer "Server04" -SeedingPostponed
       Suspend-MailboxDatabaseCopy DB03\Server04 -DeleteExistingFiles
       Update-MailboxDatabaseCopy DB03\Server04
    
  2. When I run the following command, I can see the arbitration mailboxes, and they appear to reside only on Server01. Get-Mailbox -Arbitration | Format-Table Name, ServerName, Database, AdminDisplayVersion arb Questions:
    • Should every Exchange server host arbitration mailboxes?
    • How can I move the arbitration mailboxes to Exchange 2019?
  3. After moving the arbitration mailboxes, I plan to add Server03 and Server04 to the existing Send Connector.

Are there any additional steps I need to take before decommissioning the Exchange 2016 servers?

Exchange | Exchange Server | Development
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.