Before we were ready for the environment, now start configuring the hybrid deployment
Servers currently running locally:
- 2 x Exchange Mailbox servers
- 1 x Exchange multi-role Server
- 1 x Exchange + Edge Transport Server
- 1 x Exchange multi-role Server
Exchange Mailbox Server is server-to-public and is configured for load balancing, and because you need to configure Office 365 services at the same time, you need to enable the Mrs Proxy service. We can view the enabled state by running Get-webservicesvirtualdirectory.
[PS] C:\>get-webservicesvirtualdirectory | FL server,mrs*server: ex2013srv1mrsproxyenabled:trueserver : Ex2010srv1mrsproxyenabled:trueserver : Ex2016srv1mrsproxyenabled:falseserver : Ex2016srv2mrsproxyenabled:false
We can use the Set-webservicesvirtualdirectory command to enable the Mrs Proxy feature.
[PS] c:\>get-webservicesvirtualdirectory-adpropertiesonly | Where {$_. Mrsproxyenabled-ne $true} | Set-webservicesvirtualdirectory-mrsproxyenabled $true
The Hybrid Deployment Wizard can find the hybrid option in the admin interface of the EAC.
650) this.width=650; "alt=" office-365-hybrid-configuration-01 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-01.png "" 921 "height=" 494 "/>
After you click the Enable button, you need to enter the Office 365 Global Administrator account password.
650) this.width=650; "alt=" office-365-hybrid-configuration-02 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-02.png "" 409 "height=" 289 "/>
Then the page jumps to guide us to download the tool to install a hybrid deployment Configuration Wizard, click here to download.
650) this.width=650; "alt=" office-365-hybrid-configuration-03 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-03.png "" 766 "height=" 144 "/>
Follow the prompts to install the software.
650) this.width=650; "alt=" office-365-hybrid-configuration-04 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-04.png "" 613 "height=" 370 "/>
Click Next to start the installation.
650) this.width=650; "alt=" office-365-hybrid-configuration-05 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-05.png "" 654 "height=" 605 "/>
The Hybrid Deployment Wizard automatically detects your local Exchange environment, and you can customize it.
650) this.width=650; "alt=" office-365-hybrid-configuration-06 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-06.png "" 554 "height=" 288 "/>
Enter the local domain and Office 365 administrator credentials.
650) this.width=650; "alt=" office-365-hybrid-configuration-07 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-07.png "" "height=" 428 "/>
Once you've entered, verify your local and cloud credentials.
650) this.width=650; "alt=" office-365-hybrid-configuration-08 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-08.png "" 534 "height=" 290 "/>
In my test environment, the Edge server is deployed and the centralized transport policy is not configured. The configuration is as follows:
650) this.width=650; "alt=" office-365-hybrid-configuration-09 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-09.png "" 549 "height=" 301 "/>
Only one edge role is optional.
650) this.width=650; "alt=" office-365-hybrid-configuration-10 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-10.png "" 568 "height=" 262 "/>
After we configure the other servers and configure them for certificates, certificates are used for message transfer.
650) this.width=650; "alt=" office-365-hybrid-configuration-11 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-11.png "" 547 "height=" 359 "/>
Configure the FQDN address of the message, which will be routed by EOP to that address.
650) this.width=650; "alt=" office-365-hybrid-configuration-12 "src=" http://exchangeserverpro.com/wp-content/ Uploads/2016/02/office-365-hybrid-configuration-12.png "" 593 "height="/>
Once all the information has been entered, click Update to complete the hybrid deployment configuration, which will wait a few minutes and, if there are no errors, the hybrid deployment configuration takes effect.
Exchange 2016 establishes a hybrid deployment configuration with Office 365