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*
Download and Install Unified Communications Managed API 4.0 Runtime from
Pasted from <https://www.microsoft.com/en-us/download/confirmation.aspx?id=34992>
Download and Install Microsoft Office 2010 Filter Packs from
Pasted from <https://www.microsoft.com/en-us/download/confirmation.aspx?id=17062>
Download and Install Service Pack 1 for Microsoft Office Filter Pack 2010 (KB2460041) 64-bit Edition from
Pasted from <https://www.microsoft.com/en-us/download/details.aspx?id=26604>
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