您的位置:首页 > 其它

Exchange server 2010系列教程之一 安装Exchange 2010准备条件

2014-11-12 15:52 471 查看

Exchange server 2010系列教程之一 安装Exchange 2010准备条件

最近看了不少论坛和资料,许多人安装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

通过以上几个步骤,基本上就可以安装好了

本文出自 “高安定的51CTO博客” 博客,请务必保留此出处http://andygao.blog.51cto.com/323260/339354
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐