question

MohammadAhmadSiddiqui-1738 avatar image
0 Votes"
MohammadAhmadSiddiqui-1738 asked joyceshen-MSFT commented

Exchange Hybrid detected while deploying exchange 2016/2019

Exchange Hybrid detected while deploying exchange 2016/2019. \TenantOrganizationConfiguration switch required.

office-exchange-hybrid-itprooffice-exchange-server-deploymentwindows-server-migration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MohammadAhmadSiddiqui-1738 avatar image
0 Votes"
MohammadAhmadSiddiqui-1738 answered joyceshen-MSFT commented

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.


https://docs.microsoft.com/en-us/exchange/troubleshoot/administration/error-when-running-setup-prepareschema

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MohammadAhmadSiddiqui-1738

Thanks for sharing the information above!

0 Votes 0 ·