最近看了不少论坛和资料,许多人安装Exchange 2010都有问题啊,说实话,我自己开始也出现不少问题,现在总结如下。
一 windows server 2008 R2
以下命令需要在windows powershell下面执行
1、安装 .NET Framework 3.5.1
Add-WindowsFeature NET-Framework
2、安装 RAST-ADDS
Add-WindowsFeature RSAT-ADDS
3、安装 IIS
Add-WindowsFeature Web-Server
Add-WindowsFeature Web-Basic-Auth
Add-WindowsFeature Web-Metabase
4、安装 Microsoft Filter Pack(筛选包)
从 http://www.microsoft.com/downloads/details.aspx?FamilyID=60c92a37-719c-4077-b5c6-cac34f4227cc&DisplayLang=zh-cn 下载 64-bit 版的 FilterPack,文件名为“FilterPackx64.exe”,
下载完毕后,双击运行安装完毕即可。
5、配置 Net.TCP Port Share Service 为自启动模式
Set-Service "NetTcpPortSharing" -StartupType Automatic
Start-Service "NetTcpPortSharing"
这个可以打开服务,将其设置成为开机自动启动
6、统一消息角色需要安装桌面体验(Desktop Experience)
Add-WindowsFeature Desktop-Experience
通过以上几个步骤,基本上就可以安装好了
本文转自 149banzhang 51CTO博客,原文链接:http://blog.51cto.com/149banzhang/739176,如需转载请自行联系原作者