How to Install and Configure Microsoft Exchange Server 2013 SP1 from Scratch (Part 4)
CHUONG K. NGUYEN – BSc., MCSEx2, MCSAx2, MCP, MCTS, MCITP, CCNA
IV/ Download & Install Pre-requisites for Exchange Server Installation
On EX2013, download:
+ Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit: http://www.microsoft.com/en-us/download/details.aspx?id=34992
+ Microsoft Office 2010 Filter Pack 64 bit: http://www.microsoft.com/en-us/download/details.aspx?id=17062
+ Microsoft Office 2010 Filter Pack SP1 64 bit: http://www.microsoft.com/en-us/download/details.aspx?id=26604
Now, on the EX2013 box, launch Windows PowerShell as Administrator.
Install the RSAT-ADDS feature:
- Install-WindowsFeature RSAT-ADDS
- Shutdown /r /t 0
Install all Exchange’s necessary Features (Copy and paste the following to PowerShell. Don’t forget to run PowerShell as Administrator):
- Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, 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
Restart the Server when completed:
- shutdown –r –t 0
On EX2013, login as Dalaris\Administrator.
Install Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit.
Next, in Control Panel, go to Programs and Features, remove Microsoft Visual C++ 2012 Redistributable
Click Uninstall.
Next, install Microsoft Office 2010 Filter Pack 64 bit.
After that, install
Microsoft Office 2010 Filter Pack SP1 64 bit
Restart EX2013 once more.
- shutdown –r –t 0