Exchange 2016 与 Office 365创建混合部署配置

以前咱们已经准备好环境,如今开始配置混合部署服务器

目前本地运行的服务器:负载均衡

  • 2 x Exchange 2016 Mailbox servers
  • 1 x Exchange 2013 multi-role server
  • 1 x Exchange 2013 Edge Transport server
  • 1 x Exchange 2010 multi-role server

Exchange 2016 Mailbox server是对公网服务器,而且配置的负载均衡,因为须要同时配置Office 365的服务,所以须要启用MRS代理服务,咱们能够经过运行Get-WebServicesVirtualDirectory查看启用情况.ide

[PS] C:\>Get-WebServicesVirtualDirectory | fl server,mrs*


Server          : EX2013SRV1
MRSProxyEnabled : True

Server          : EX2010SRV1
MRSProxyEnabled : True

Server          : EX2016SRV1
MRSProxyEnabled : False

Server          : EX2016SRV2
MRSProxyEnabled : False

咱们可使用Set-WebServicesVirtualDirectory命令启用MRS  Proxy功能.工具

[PS] C:\>Get-WebServicesVirtualDirectory -ADPropertiesOnly | Where {$_.MRSProxyEnabled -ne $true} | Set-WebServicesVirtualDirectory -MRSProxyEnabled $true

混合部署向导能够在EAC的管理界面中找到hybrid选项.测试

office-365-hybrid-configuration-01

在点击 enable 按钮后,须要输入Office 365全局管理员账号密码.代理

office-365-hybrid-configuration-02

以后页面会跳转指引咱们下载安装一个混合部署配置向导的工具,点击 click here下载.server

office-365-hybrid-configuration-03

根据提示安装软件.路由

office-365-hybrid-configuration-04

点击Next 开始安装.部署

office-365-hybrid-configuration-05

混合部署向导会自动检测本地Exchange环境,你也能够自定义.it

office-365-hybrid-configuration-06

输入本地域和Office 365管理员凭据.

office-365-hybrid-configuration-07

输入完毕后便开始验证本地和云端的凭据.

office-365-hybrid-configuration-08

在个人测试环境中,部署有Edge服务器,而且未配置集中传输策略.配置以下:

office-365-hybrid-configuration-09

仅有一个Edge角色可选.

office-365-hybrid-configuration-10

以后咱们配置其余服务器,而且为其配置证书,证书用于邮件传输.

office-365-hybrid-configuration-11

配置邮件的FQDN地址,这个地址将会由EOP路由邮件至该地址.

office-365-hybrid-configuration-12

全部信息输入完毕后,点击 Update 完成混合部署配置,这个操做将等待数分钟以后,若是没有错误的话,混合部署配置生效.

相关文章
相关标签/搜索