technet参考文档:http://technet.microsoft.com/zh-CN/library/bb691354(v=exchg.150).aspx
在同一计算机上同时安装邮箱服务器角色和客户端访问服务器角色:
Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, 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-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation
重启
安装操作系统角色和功能后,按以下显示的顺序安装下列软件:
Microsoft Unified Communications Managed API 4.0 Core Runtime(64 位)
Microsoft Office 2010 Filter Pack(64 位)
Microsoft Office 2010 Filter Pack SP1(64 位)
准备 Active Directory 和域
在 Windows Server 2012 计算机上,运行下列命令:Install-WindowsFeature RSAT-ADDS
在 Windows Server 2008SP1计算机上运行以下命令
Import-Module Servermanager
Add-WindowsFaeture RSAT-ADDS
重启
在 Windows Server 2008SP1计算机上安装以下文件(Windows Server 2012不必)
Microsoft .NET Framework 4.5
Windows Management Framework 3.0(需对应版本)
放入exchange2013-CU3光盘,打开CMD,切换到光驱所在盘符输入以下内容:setup /IAcceptExchangeServerLicenseTerms /ps
setup /IAcceptExchangeServerLicenseTerms /p /on:mprc(mprc为域名)
setup /IAcceptExchangeServerLicenseTerms /pd
验证已成功准备 Active Directory
在“配置”命名上下文,验证 CN=<您的组织>、CN=Microsoft Exchange、CN=Services、CN=Configuration、DC=<域> 容器中的 msExchProductId 属性设置为15.00.0775.038
在“架构”命名上下文中,验证 ms-Exch-Schema-Verision-Pt 上的 rangeUpper 属性设置为15283
在“配置”命名上下文,验证 CN=<您的组织>、CN=Microsoft Exchange、CN=Services、CN=Configuration、DC=<域> 容器中的 objectVersion 属性设置为13236
在“默认”命名上下文,验证 DC=<根域下的“Microsoft Exchange 系统对象”容器中的 objectVersion 属性设置为15763
安装部署exchange 2013-cu3:
参考文档:
http://shubao.blog.51cto.com/401810/1255712
转载于:https://blog.51cto.com/228984/1384900