一、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 中。
安装 Microsoft Unified Communications Managed API 4.0,需要开启功能桌面体验 需要开启 IPv6,不然在安装到传输服务器会报错”Unable to set shared config DC”
三、扩展架构
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 安装的 先决条件
1. Import-Module ServerManager 2. Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activ ation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Pr ocess-Model, Web-Asp-Net, Web-Basic-Auth, Web-Client-Auth, Web-Diges t-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, WebHttp-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, We b-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Consol e, Web-Mgmt-Service, Web-Net-Ext, Web-Request-Monitor, Web-Server, W
eb-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI
2.将 Net.Tcp port Sharing Service 服务设为自动,并启动
3.在控制面板,程序和功能中卸载 Microsoft Visual C++ 11
继上一次完成了 Exchange 2013 的先觉条件准备后, 下面来完成在单台服务器上的安装部署, Exchange 2013 的安装过程更为简化,可在图形界面操作,也可通过命令行来执行安装,过 程都非常简单,下面来看看安装过程。
一、安装部署 Exchange Server 2013
1.检查更新,我们这是在测试环境中,为了节省时间就不进行更新检查了。
2.开始复制安装文件
3.简介,直接下一步
3.选择安装角色,测试环境中,选择了全角色安装。
在 Exchange 2013 中,角色已经简化为 了前端访问和后端邮箱角色了。
4.选择安装路径
5.恶意软件保护,在 Exchange 2013 中已经直接集成了。
5.配置客户端访问。
6.开始检查安装先决条件。
7.检查通过,下面2个警告可以忽略掉,可能是预览版的BUG吧,以下组件均正常安装。
8.开始进行安装,等待大约30分钟完成安装。
二、配置体验。
1.安装完成后,打开exchange toolbox,发现这里内容已经很少了,无法进行Exchange的管理,没有了Exchange 2010那样的EMC管理。
2.Exchange 2013的管理已经全部在了WEB端,下图可看到,ECP功能强化了,能进行邮件服务器配置等之前EMC的所有操作。
通过https://<fully qualified domain name (FQDN) of Client Access server>/ECP来访问
3.OWA体验,OWA的风格已经完全变了。
4.登录进去,界面更为简洁。
4.新建邮件,不在是弹出的窗口了。
5.新建联系人,界面也有很大的更改,所有操作均在一屏完成。