Skip to content

Instantly share code, notes, and snippets.

@kevinblumenfeld
Created December 15, 2020 19:06
Show Gist options
  • Save kevinblumenfeld/cae3c004fde8011388dcd529d8da7107 to your computer and use it in GitHub Desktop.
Save kevinblumenfeld/cae3c004fde8011388dcd529d8da7107 to your computer and use it in GitHub Desktop.
#Install Exchange CUSTOM
E:\Setup.exe /Mode:Install /Role:Mailbox /IAcceptExchangeServerLicenseTerms /OrganizationName:"CONTOSO" /CustomerFeedbackEnabled:False /TargetDir:"D:\EXCHANGE" /DbFilePath:"D:\ExchangeDB\Hybrid01\Hybrid01.edb" /MdbName:"Hybrid01" /LogFolderPath:"D:\ExchangeLogs"
#Validate Exchange version
Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment