Exchange Hybrid detected while deploying exchange 2016/2019. \TenantOrganizationConfiguration switch required.
Exchange Hybrid detected while deploying exchange 2016/2019. \TenantOrganizationConfiguration switch required.
Connect to Exchange Online and execute the below command.
Get-OrganizationConfig | Export-Clixml -Path X:\OrganizationConfig.XML
The catch is you run Setup /PrepareSchema together with the /TenantOrganizationConfig switch, you receive the following error message:
The parameter 'TenantOrganizationConfig' is not valid for current operation 'PrepareSchema'. Setup checks failed: Invalid command line arguments.
In order to avoid run
Setup.exe /PrepareAD /TenantOrganizationConfig MyTenantOrganizationConfig.xml /IAcceptExchangeServerLicenseTerms
In this scenario, schema extension is performed implicitly by running the /PrepareAD switch. Therefore, to complete these steps, you must have Schema Admin rights to perform the schema changes in addition to the rights that are necessary to perform the /PrepareAD steps.
Hi @MohammadAhmadSiddiqui-1738
Thanks for sharing the information above!
6 people are following this question.