文档说明:该文档针对的是Exchange Server 2013预览版的信息,与最终发布版本存在差异,仅供微软技术爱好者参考
文档信息来自Technet英文站点。(绝对原创翻译)
1、AD准备在将用来准备活动目录的计算机上安装了以下软件:
Microsoft .NET Framework 4.5,以下链接提供官方下载
http://msdn.microsoft.com/en-us/library/5a4x27ek(v=VS.110).aspx
Windows Management Framework 3.0,以下链接提供官方下载
http://www.microsoft.com/en-us/download/details.aspx?id=29939
如果是在Windows Server 2012安装,需要在Powershell下运行以下命令安装组件:
Install-WindowsFeature RSAT-ADDS
如果是在Windows Server 2008 R2安装,需要在Powershell下运行以下命令安装组件:
Add-WindowsFeature RSAT-ADDS
2、Windows Server 2008 R2 SP1系统必备组件 2.1 Mailbox server role or combined Mailbox and Client Access server roles系统必备组件在Powershell下运行以下命令安装组件:
Import-Module ServerManager
Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, 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-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI
然后安装并下载以下补丁:
Microsoft .NET Framework 4.5,以下链接提供官方下载
http://msdn.microsoft.com/en-us/library/5a4x27ek(v=VS.110).aspx
Windows Management Framework 3.0,以下链接提供官方下载
http://www.microsoft.com/en-us/download/details.aspx?id=29939
Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit,以下链接提供官方下载
http://www.microsoft.com/en-us/download/details.aspx?id=30349
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
Microsoft Knowledge Base article KB974405 (Windows Identity Foundation) ,以下链接提供官方下载
http://support.microsoft.com/?kbid=974405
Knowledge Base article KB2619234 (Enable the Association Cookie/GUID that is used by RPC over HTTP to also be used at the RPC layer in Windows 7 and in Windows Server 2008 R2) ,以下链接提供官方下载
http://support.microsoft.com/?kbid=2619234
Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution) ,以下链接提供官方下载
http://support.microsoft.com/?kbid=2533623
在Exchange Server 2013预览版中,必须卸载Microsoft Visual C++ 11 Beta Redistributable (x64)
打开控制面板 > 程序和功能
选择Visual C++ 11 Beta Redistributable (x64) - 11.0.50531并卸载
2.2 Client Access server role系统必备组件在Powershell下运行以下命令安装组件:
Import-Module ServerManager
Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, 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-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI
其他同2.1
3、Windows Server 2012系统必备组件略