The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
For an Exchange 2019 to Exchange Online migration, the Hybrid Configuration Wizard configures the core hybrid pieces on both sides.
What HCW configures
- On-premises Exchange
- OAuth authentication or a federation trust with Microsoft Entra ID, depending on what already exists.
- Organization relationships used for hybrid features such as free/busy, Outlook on the web redirection, and MailTips.
- Send and Receive connectors for hybrid mail flow.
- The secure mail certificate used for TLS mail flow between on-premises Exchange and Exchange Online.
- The coexistence domain as an accepted domain on-premises, typically
<domain>.mail.onmicrosoft.com. - Email address policy updates for that coexistence domain when that option is selected.
- Exchange Online / Microsoft 365
- Inbound and outbound connectors for hybrid mail flow.
- Organization relationship settings for hybrid features.
- A dedicated Exchange hybrid application in Microsoft Entra ID in supported builds.
- A migration endpoint, if that option is selected in HCW.
What hybrid features are enabled by default
- Free/busy sharing
- MailTips
- Online archiving
- Outlook on the web redirection
- Exchange ActiveSync redirection
- Secure mail over TLS
Whether to choose full hybrid
- If the plan is to migrate mailboxes from on-premises Exchange 2019 to Exchange Online, a full hybrid configuration is the appropriate choice.
- Minimal Hybrid is recommended in the context only for cloud mailbox management scenarios where the goal is to manage cloud mailboxes from on-premises Exchange without complex coexistence.
What still needs to be configured after HCW
- Microsoft Entra synchronization: hybrid requires cloud sync or connect sync on a separate on-premises server.
- Mailbox migration batches and execution.
- DNS for inbound internet mail, if mail flow changes are required. HCW does not control inbound internet mail; the domain MX record in DNS does.
- Any post-deployment changes to hybrid options can be done later with HCW or Exchange Management Shell.
About Exchange Online PowerShell The provided context does not state that Exchange Online PowerShell must be installed on the Exchange server.
About the MRS endpoint
HCW can create the migration endpoint if that option is selected. The documented cmdlet is:
New-MigrationEndpoint or Set-MigrationEndpoint [-Name 'Hybrid Migration Endpoint - EWS (Default Web Site)'] [-ExchangeRemoteMove $true] [-RemoteServer <OnPremisesEntryPointDomain>]
So manual creation is not required when HCW is configured to create the migration endpoint.
About the migration method The context supports that mailbox moves from on-premises Exchange to Exchange Online use a migration endpoint created for remote move migration. It does not describe this as being the same process as moving mailboxes between on-premises Exchange servers, so only the supported fact is that hybrid mailbox migration uses the migration endpoint and remote move migration path.
About DNS naming
For hybrid, the coexistence domain added by HCW is documented as <domain>.mail.onmicrosoft.com.
So for contoso.org, the coexistence domain format is:
contoso.mail.onmicrosoft.com
Also, inbound internet mail is controlled by the MX record in DNS, not by HCW.