How can i upgrade the Exchange Server 2013 to Exchange Server 2019 with existing Hybrid Setup

Raymond Supilanas 66 Reputation points
2021-05-21T06:18:43.727+00:00

Hi,

Good Day!

Requesting for assistance on how can we upgrade the Exchange Server 2013 to Exchange Server 2019 with hybrid configured.

Thanks,
Raymond

Exchange | Hybrid management
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Amit Singh 5,306 Reputation points
    2021-08-25T10:53:39.47+00:00

    Make sure your environment is the supported coexistence scenarios for Exchange 2019:
    https://learn.microsoft.com/en-us/exchange/plan-and-deploy/system-requirements?view=exchserver-2019
    Exchange 2013 - Supported with Exchange 2013 Cumulative Update 21 (CU21) or later on all Exchange 2013 servers in the organization, including Edge Transport servers.

    You need to update Exchange 2013 to CU21. Then install Exchange 2019 into your organization directly and re-run HCW to configure Exchange 2019 as a 'hybrid server'.
    Don't forget to change related DNS records to Exchange 2019.
    You could refer to Exchange Deployment Assistant for detailed steps:
    https://assistants.microsoft.com/
    Exchange Migration Checklist and Guide

    1 person found this answer helpful.
    0 comments No comments

  2. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2021-05-21T11:32:02.043+00:00

    Same as if you have Exchange installed without hybrid.
    https://assistants.microsoft.com/assistants/#/session/0bdd81d4-f507-4ee9-a4e2-8e8860f10663

    Then when done, re-run the Hybrid Wizard and choose the 2019 server as the endpoint.

    Ensure your firewall rules are updated as needed.

    0 comments No comments

  3. KyleXu-MSFT 26,396 Reputation points
    2021-05-24T09:08:40.2+00:00

    anonymous user

    Install Exchange 2019 coexists with Exchange 2013 directly. After that, enable MRSProxy for your Exchange 2019 server:

    Set-WebServicesVirtualDirectory -Identity "[<Server>\]EWS (Default Web Site)" -MRSProxyEnabled $true  
    

    After that, you will could rerun HCW to choose Exchange 2019 as hybrid server. If you want to uninstall Exchange 2013, you also need to configure virtual directory for Exchange 2019 and change public DNS(such as mail.domain.com, autodiscover.domain.com) record from Exchange 2013 to Exchange 2019.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.