Share via


How to install Exchange 2016 using PowerShell

 All pre-requisite application are upload to https://cdw.box.com/s/aic92poejf1pmjnisb46zg7kejs96925

 

  • Prepare your domain and Schema

*            ./Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms*

*            ./Setup.exe /PrepareAD /OrganizationName:"EasyTechSteps" /IAcceptExchangeServerLicenseTerms*

  • From the PowerShell add and Install :

    Import-Module ServerManager

    Add-WindowsFeature RSAT-ADDS

    Install-WindowsFeature RSAT-ADDS, AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, telnet-client

     

  • To install CAS/Mailbox role:

    Setup.exe /mode:Install /role:Mailbox /IAcceptExchangeServerLicenseTerms /DisableAMFiltering /MdbName:DB2016 /DbFilePath:D:\DB2016\DB2016.edb /LogFolderPath:D:\DB2016Logs /DoNotStartTransport