Exchange Hybrid Prepare AD

Roger Roger 5,446 Reputation points
2022-01-18T06:13:56.457+00:00

Hi All

I am using Exchange 2016 hybrid environment. I am using Exchange Server 2016 CU21 Jul21SU. I want to upgrade it to Exchange Server 2016 CU22 Jan22SU.
I can see that schema upgrade is required. which of the below syntaxes should i run. Do i need to export TenantOrganizationConfig file from exchange online and import it.

  Setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms_DiagnosticDataON 
    Setup.exe /PrepareDomain /IAcceptExchangeServerLicenseTerms_DiagnosticDataON

    or

    Get-OrganizationConfig | Export-Clixml -Path "C:\MyTenantOrganizationConfig.XML" (Export this file from exchange online)
    Setup.exe /PrepareAD /TenantOrganizationConfig MyTenantOrganizationConfig.xml /IAcceptExchangeServerLicenseTerms
    Setup.exe /PrepareDomain /TenantOrganizationConfig MyTenantOrganizationConfig.xml /IAcceptExchangeServerLicenseTerms
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,386 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,505 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,999 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 145.6K Reputation points MVP
    2022-01-18T12:17:27.117+00:00
    Setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms_DiagnosticDataON   
    Setup.exe /PrepareDomain /IAcceptExchangeServerLicenseTerms_DiagnosticDataON  
    

    You will be good running those first two commands since you already have Exchange installed.

    https://learn.microsoft.com/en-us/exchange/plan-and-deploy/prepare-ad-and-domains?view=exchserver-2019

    166065-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful