HTTP://LIXUN.BLOG.51CTO.COM
Exchange Server 2013
安装部署
李珣
2012/7/22
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环境下部署。
二、补丁和组件安装:
1.Microsoft .NET Framework 4.5 RC
2.Windows Management Framework
3.0
3.Microsoft Unified Communications Managed API
4.0, Core
Runtime 64-bit
4.Microsoft Office 2010 Filter Pack 64 bit
5.Microsoft Office 2010 Filter Pack SP1 64 bit
6.Microsoft Knowledge Base article KB974405 (Windows Identity
Foundation)
7.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)
8.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 /IAcceptExchangeServerLicenseTermswindows server 2012 r2 standard
四、先决条件准备
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服务设为自动,并启动
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论