您的位置:首页 > 其它

Exchange Server 2013部署先决条件准备

2013-08-15 15:49 453 查看
Exchange Server 2013预览版近期已经发布,下面先来看看安装Exchange Server 2013预览版的一些条件。
一、Exchange Server 2013支持操作系统
Windows Server 2012
Windows Server 2008 Standard or Enterprise (32-bit or 64-bit)
Windows Server 2008 R2 Standard or Enterprise
Exchange Server 2013支持在Server 2008和Server 2012上安装,本次部署是在Windows 2008 R2 Enterprise SP1环境下部署。
二、补丁和组件安装:
Microsoft .NET Framework 4.5 RC

Windows Management Framework 3.0

Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit

Microsoft Office 2010 Filter Pack 64 bit

Microsoft Office 2010 Filter Pack SP1 64 bit

Microsoft Knowledge Base article KB974405 (Windows Identity Foundation)

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)

Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution)

注意:
NET Framework需要在IIS安装完成后进行安装,否则Framework 4.0无法应用到IIS中。
三、扩展架构
1. 安装AD DS 管理单元和命令行工具。
Import-Module ServerManager
Add-WindowsFeature RSAT-ADDS



2.架构准备
./Setup /PrepareSchema /IAcceptExchangeServerLicenseTerms



2.林准备
./Setup /PrepareAD /OrganizationName:contoso /IAcceptExchangeServerLicenseTerms



3.域准备
./setup /PrepareDomain:contoso.local /IAcceptExchangeServerLicenseTerms



四、先决条件准备
1.Mailbox server role or combined Mailbox and Client Access server roles安装的先决条件

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.将Net.Tcp port Sharing Service服务设为自动,并启动



3.在控制面板,程序和功能中卸载Microsoft Visual C++ 11


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  exchang2013