Skip to content

Instantly share code, notes, and snippets.

@MiroXP
Last active June 20, 2022 08:55
Show Gist options
  • Save MiroXP/1f28cf7e2955eae0b0481d1776fcf1fb to your computer and use it in GitHub Desktop.
Save MiroXP/1f28cf7e2955eae0b0481d1776fcf1fb to your computer and use it in GitHub Desktop.

Infos support.microsoft.com

Exchange < 2013

cd  $env:exchangeinstallpath\bin
.\Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
.\Setup.exe /PrepareAD  /IAcceptExchangeServerLicenseTerms
.\Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms

Exchange > 2013

2019 CU11 or 2016 CU22 or later

cd  $env:exchangeinstallpath\bin
.\Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareSchema
.\Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareAD
.\Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareAllDomains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment