Install Exchange Server 2016 Prerequisite:
1. Keep .NET Framework and Exchange Server up to date
vcredist_x64 / vcredist_x641 / urlrewrite2 / UcmaRuntimeSetup / ndp48-web
https://dotnet.microsoft.com/en-us/do...
2. install IIS URL rewrite module
https://www.iis.net/downloads/microso...
*. Visual C++ 2012
https://www.microsoft.com/download/de...
*. Visual C++ 2013
https://support.microsoft.com/help/40...
*. Unified Communications Managed API 4.0 Runtime
https://www.microsoft.com/download/de...
ExchangeCU 22
https://www.microsoft.com/en-us/downl...
Exchange SU22
https://www.microsoft.com/en-us/downl...
3. Install RSAT-ADDS feature
Install-WindowsFeature RSAT-ADDS
Install-WindowsFeature Server-Media-Foundation, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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, RSAT-ADDS
---------------------------------------------------------------------
Schema Admins and Enterprise Admins security groups
Before you can extend the schema, your account needs to be a member of the Schema Admins and Enterprise Admins security groups.
4.Prepare Active Directory Schema
Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareSchema
5. Prepare Active Directory
Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareAD
6. Prepare Active Directory domains
Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /PrepareAllDomains
7. Install Cumulative Update Exchange Server unattended mode
This example installs the Mailbox server role and the management tools in the default folder on the local server in an organization where Active Directory has already been prepared for the version of Exchange that's being installed.
Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataON /mode:Install /r:MB
------------------------------------------------------------------
1. Check exchange verson
$ExchangeServers = Get-ExchangeServer | Sort-Object Name
ForEach ($Server in $ExchangeServers) {
Invoke-Command -ComputerName $Server.Name -ScriptBlock { Get-Command Exsetup.exe | ForEach-Object { $_.FileversionInfo } }
}
------------------------------------------------------------------
Email: [email protected]
Follow Me
Facebook name
/ bunthoeurn.sin
Website: http://www.bunthoeurn.com
---------------------------------------------
Do you enjoy my content?
Help me create more:
Subscribe, then click the bell to be among the first to know about my new videos.
Like The video - and share it with your friends.
Watch the whole video and comment below.
Your support keeps this channel going.
Thank you!
---------------------------------------------