在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
Exchange 2010 Prerequisites