I. Configuring Edge Subscriptions
First, in the Exchange Power shell on the Edge server, enter the following command to export the configuration information of the Edge server, I export to the C packing directory, the file name is Edgefile,
650) this.width=650; "Style=" background-image:none;padding-left:0px;padding-right:0px;border-top-width:0px; border-bottom-width:0px;border-left-width:0px;padding-top:0px; "title=" image "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m01/73/d8/wkiol1yi0ssreyxgaagdop8h2ls637.jpg "Width=" 616 "height=" 254 "/>
has been generated in the C drive,
650) this.width=650; "Style=" background-image:none;padding-left:0px;padding-right:0px;border-top-width:0px; border-bottom-width:0px;border-left-width:0px;padding-top:0px; "title=" image "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m00/73/d8/wkiol1yi0sshbpvraaeeob2xrhk389.jpg "width=" 621 "height=" 225 "/>
Then copy the file to the hub server for the exchange, import the Edge Subscription (Exchange in our experiment is 2013, with the Edge Server for Exchange 2010), such as Edge subscription,
New-edgesubscription-filedata ([byte[]]$ (Get-content-path "C:\EdgeSubscriptionInfo.xml"-encoding byte-readcount 0) )-createinternetsendconnector $true-createinboundsendconnector $true-site "Default-first-site-name"
Start syncing with Start-edgesynchronization,
You can test for edge synchronization with the following command
Test-edgesynchronization
Once the subscription is complete, we can see two more EdgeSync connectors in the Send connector, such as
Welcome to my blog http://zyliday.blog.51cto.com/, dedicated to provide you with more quality blog. Thank you!
AC qq:759147273
This article is from "Welcome to Zyliday." Blog, be sure to keep this source http://zyliday.blog.51cto.com/760700/1698771
Configure an Exchange Edge Subscription