在Windows Server 2008 R2上安装Exchange Server 2010

在Windows 2008 r2上安装Exchange 2010时遇到很多问题, 搜索了一下, 把成功的步骤记录在这里.

1. 安装2007 Office System Converter: Microsoft Filter Pack.

2. Run as administrator开启PowerShell. 执行如下的命令.

Import-Module ServerManager

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart

Set-Service NetTcpPortSharing -StartupType Automatic

3. 运行安装文件.

参考资料:

Installing Exchange 2010 Step-by-Step

http://www.enterprisenetworkingplanet.com/windows/article.php/3877601/Installing-Exchange-2010-Step-by-Step.htm

Exchange 2010 Prerequisites

http://technet.microsoft.com/en-us/library/bb691354.aspx

原文地址:https://www.cnblogs.com/awpatp/p/1946130.html