Created
December 15, 2020 19:06
-
-
Save kevinblumenfeld/cae3c004fde8011388dcd529d8da7107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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