<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tags 'troubleshooting', 'Federation', and 'Exchange'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=troubleshooting,Federation,Exchange&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tags 'troubleshooting', 'Federation', and 'Exchange'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>How to Configure Exchange 2010 SP1 Federation</title><link>http://msmvps.com/blogs/expta/archive/2011/07/18/how-to-configure-exchange-2010-sp1-federation.aspx</link><pubDate>Mon, 18 Jul 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1796410</guid><dc:creator>Anonymous</dc:creator><description>Exchange federation allows different Exchange organizations to share free/busy information with each other.&amp;nbsp; It does this without having to configure a one- or two-way trust between the organizations.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-BBTluKYEiNQ/TiS-VF_kL9I/AAAAAAAAGV8/_vwFbeZW0cI/s1600/Exchange+2010+Federated+Free+Busy+Information.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="305" src="http://3.bp.blogspot.com/-BBTluKYEiNQ/TiS-VF_kL9I/AAAAAAAAGV8/_vwFbeZW0cI/s640/Exchange+2010+Federated+Free+Busy+Information.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Federation is accomplished using the Microsoft Federated Gateway server, a free cloud-based service offered by Microsoft.&amp;nbsp; The Microsoft Federated Gateway (MFG) server acts as a trust broker between federated organizations, similar to the way a trusted root CA works for certificates.&amp;nbsp; All organizations that use federation must&amp;nbsp;configure a one-time&amp;nbsp;federation trust with the MFG, and orgs that share free/busy information must have an Organization Relationship with the other org(s) they want to share with.&amp;nbsp; Organization Relationships (sometimes called sharing policies) can be one-way, meaning that CompanyABC can share free/busy info with CompanyXYZ, but not necessarily the other way around.&amp;nbsp; Usually, each org will have a&amp;nbsp;reciprocal Organization Relationship&amp;nbsp;with the other org so they can see each other&amp;#39;s calendar data.&lt;br /&gt;
&lt;br /&gt;
There are a number of articles that explain how to configure federation, but all of them are&amp;nbsp;for Exchange 2007 or Exchange 2010 RTM.&amp;nbsp; Exchange Server 2010 SP1 simplifies federation configuration, primarily by eliminating the requirement for a&amp;nbsp;trusted-CA certificate and providing most of the federation configuration from the Exchange Management Console (EMC).&lt;br /&gt;
&lt;br /&gt;
Microsoft also changed the Microsoft Federation Gateway servers in Exchange 2010 SP1.&amp;nbsp; The RTM version uses what Microsoft calls the &amp;quot;consumer instance&amp;quot; of MFG and requires a trusted certificate for federation.&amp;nbsp; SP1 uses the same Microsoft Online Services MFG used by the Business Productivity Online Suite (BPOS) and Office365, Microsoft&amp;#39;s cloud offerings.&amp;nbsp; This new Online Services MFG uses self-signed certificates for federation (recommended), but can also still use trusted third-party certs.&lt;br /&gt;
&lt;br /&gt;
The following guide explains how to configure federation between two Exchange 2010 SP1 organizations.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note&lt;/strong&gt;: This article assumes there is a working autodiscover record for the partner organization.&amp;nbsp; Federation uses autodiscover to automatically configure the Organization Relationship for the remote org.&amp;nbsp; If autodiscover is not working, you will need to enter that information manually.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color:#0b5394;font-size:medium;"&gt;&lt;u&gt;Create a new Federation Trust&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Open the Exchange Management Console (EMC) and select the &lt;strong&gt;Organization Configuration&lt;/strong&gt;&amp;nbsp;node.&lt;/li&gt;
&lt;li&gt;In the Actions pane, select &lt;strong&gt;New Federation Trust&lt;/strong&gt;.&amp;nbsp; The New Federation Trust wizard will run.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;New&lt;/strong&gt; to form the new trust with the Microsoft Federation Gateway.&amp;nbsp; The wizard will create a new self-signed certificate called &lt;strong&gt;Exchange Delegation Federation&lt;/strong&gt; with the subject name of Federation.&amp;nbsp; The Federation and SMTP services will be assigned to this certificate, but it will not change the default SMTP certificate.&amp;nbsp; The Microsoft File Distribution service will automatically copy and install this self-signed certificate to all of your Exchange 2010 client access servers.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Finish&lt;/strong&gt; to close the wizard.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color:#0b5394;font-size:medium;"&gt;&lt;u&gt;Create Domain Proof Records&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
Domain Proof records are TXT records created in your domain&amp;#39;s external DNS zone.&amp;nbsp; The purpose of these TXT records is to prove the identity of your domain for the trust with the MFG server.&amp;nbsp; Exchange SP1 requires that you have at least two TXT records, one dedicated for domain delegation (typically, &lt;strong&gt;&lt;em&gt;exchangedelegation.companyabc.com&lt;/em&gt;&lt;/strong&gt;) and another for each SMTP domains you use for users (for example, &lt;strong&gt;&lt;em&gt;companyabc.com&lt;/em&gt;&lt;/strong&gt;).&lt;br /&gt;
&lt;br /&gt;
Run the following cmdlets from the Exchange Management Shell (EMS) to generate the domain proof values:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;&lt;strong&gt;Get-FederationDomainProof -DomainName &lt;em&gt;exchangedelegation.companyabc.com&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;&lt;strong&gt;Get-FederationDomainProof -DomainName &lt;em&gt;companyabc.com&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Repeat the second cmdlet for additional SMTP domains you want to federate, if any.&lt;br /&gt;
&lt;br /&gt;
Each cmdlet will generate a unique &lt;strong&gt;Proof&lt;/strong&gt; value, based on a hash using&amp;nbsp;the Exchange Delegation Federation self-signed certificate.&amp;nbsp; If the MFG can read the domain proof value in an external DNS record and it matches the calculated value, it proves domain ownership and validates the trust.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-P6zzsJp5a7o/TiS-cMTBbLI/AAAAAAAAGWE/jXzuNFwz1qA/s1600/DomainProof.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="236" src="http://3.bp.blogspot.com/-P6zzsJp5a7o/TiS-cMTBbLI/AAAAAAAAGWE/jXzuNFwz1qA/s640/DomainProof.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
You must create one TXT record in external DNS for each of the Proof values.&amp;nbsp; How you do this depends on your external DNS management platform.&amp;nbsp; Here&amp;#39;s how that looks for Microsoft DNS:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-rm-4QcnN7jk/TiTCkRl1XCI/AAAAAAAAGWI/oF_SzSW_FQ8/s1600/DomainProof+MS+DNS.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="220" src="http://2.bp.blogspot.com/-rm-4QcnN7jk/TiTCkRl1XCI/AAAAAAAAGWI/oF_SzSW_FQ8/s640/DomainProof+MS+DNS.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
And here&amp;#39;s how it may look in a managed DNS web GUI:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-E1x-UWMWCIw/TiTFYBO-ivI/AAAAAAAAGWQ/Dhq95v6x5g0/s1600/DomainProof+ATT+DNS.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="300" src="http://3.bp.blogspot.com/-E1x-UWMWCIw/TiTFYBO-ivI/AAAAAAAAGWQ/Dhq95v6x5g0/s640/DomainProof+ATT+DNS.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;/div&gt;
Remember, these TXT records should be entered in your external DNS, not internal.&amp;nbsp; You may need to wait a bit for the new TXT records to propagate across the Internet.&amp;nbsp; You will be unable to manage the federated domains until the MFG servers can access the domain proof TXT records.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color:#0b5394;font-size:medium;"&gt;&lt;u&gt;Manage the Federated Domains&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
Once the domain proof TXT records have propagated you can add the federated domains to the Federation Trust.&amp;nbsp; But before we can add the federated domains, we must first add the new &lt;em&gt;exchangedelegation.companyabc.com&lt;/em&gt; namespace to the Accepted Domains on the hub transport configuration.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Back in the EMC navigate to &lt;strong&gt;Hub Transport&lt;/strong&gt; in the Organization Configuration node.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Accepted Domains&lt;/strong&gt; tab and click &lt;strong&gt;New Accepted Domain&lt;/strong&gt; in the Actions pane.&lt;/li&gt;
&lt;li&gt;Enter &lt;strong&gt;Exchange Federated Delegation&lt;/strong&gt; for the Name and enter &lt;strong&gt;&lt;em&gt;exchangedelegation.companyabc.com&lt;/em&gt;&lt;/strong&gt; for the Accepted Domain, then click &lt;strong&gt;New&lt;/strong&gt;.&amp;nbsp; This new authoritative accepted domain will never be used by users - it is only used by the federated trust.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-8JvxjbbIL0A/TiTPmUqMZdI/AAAAAAAAGWU/z4XPXGLlr-E/s1600/New+Accepted+Domain.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="348" src="http://1.bp.blogspot.com/-8JvxjbbIL0A/TiTPmUqMZdI/AAAAAAAAGWU/z4XPXGLlr-E/s400/New+Accepted+Domain.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click the &lt;strong&gt;Organization Configuration&lt;/strong&gt; node and select the &lt;strong&gt;Microsoft Federation Gateway&lt;/strong&gt; trust under the Federation Trust tab.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Manage Federation&lt;/strong&gt; in the Actions pane.&amp;nbsp; You will see the current federation certificate status.&amp;nbsp; You can click &lt;strong&gt;Show distribution state&lt;/strong&gt; to check that the federation certificate is installed on all Exchange 2010 client access servers.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt; to bring up the &lt;strong&gt;Manage Federated Domains&lt;/strong&gt; window.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add&lt;/strong&gt; and select the &lt;strong&gt;Microsoft Federated Trust&lt;/strong&gt; accepted domain you created earlier.&amp;nbsp; I recommend adding just the Microsoft Federated Trust first, which creates the delegation namespace on the MFG server, the unique Application Identifier (AppID) and Application URI.&amp;nbsp; Then go back and add the SMTP domain(s) you want to federate (i.e., &lt;em&gt;&lt;strong&gt;companyabc.com&lt;/strong&gt;&lt;/em&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-Wq0gLjgAFcQ/TiTQOgKaURI/AAAAAAAAGWY/raR0BlWjqWI/s1600/Manage+Federation.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="348" src="http://1.bp.blogspot.com/-Wq0gLjgAFcQ/TiTQOgKaURI/AAAAAAAAGWY/raR0BlWjqWI/s400/Manage+Federation.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt; and &lt;strong&gt;Manage&lt;/strong&gt; to configure Microsoft Federated Trust.&amp;nbsp; When the configuration is successful you will see the federation trust has an Application Identifier and Application URI.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-uOX4JkTF5HY/TiTWwxlKJnI/AAAAAAAAGWc/grnx3_UYc34/s1600/Completed+Exchange+2010+Federation+Trust.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="105" src="http://4.bp.blogspot.com/-uOX4JkTF5HY/TiTWwxlKJnI/AAAAAAAAGWc/grnx3_UYc34/s400/Completed+Exchange+2010+Federation+Trust.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;If the TXT records you created earlier are incorrect or have not propagated yet to the MFG server, you will get the following error:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
Error:&lt;br /&gt;
Proof of domain ownership has failed. Make sure that the TXT record for the specified domain is available in DNS. The format of the TXT record should be &amp;quot;example.com IN TXT hash-value&amp;quot; where &amp;quot;example.com&amp;quot; is the domain you want to configure for Federation and &amp;quot;hash-value&amp;quot; is the proof value generated with &amp;quot;Get-FederatedDomainProof -DomainName example.com&amp;quot;.&lt;br /&gt;
The proof of domain ownership is not valid or is missing.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Once you have configured the original Microsoft Federated Trust you can repeat these steps to add&amp;nbsp;your other accepted domains.&amp;nbsp; You can only add accepted domains that you have created domain proof TXT records for.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color:#0b5394;font-size:medium;"&gt;&lt;u&gt;Create Organization Relationships&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
Now that the federated trust has been created and then validated by the MFG, you can create organization relationships.&amp;nbsp; These are the federation sharing policies that determine what is shared with whom.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click the &lt;strong&gt;Organization Relationships&lt;/strong&gt; tab on the Organization Configuration node in the EMC.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;New Organization Relationship&lt;/strong&gt; in the Actions pane.&amp;nbsp; The New Organization Relationship wizard will start.&lt;/li&gt;
&lt;li&gt;Enter a name, such as &lt;strong&gt;Share with CompanyXYZ&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Enable free/busy information access&lt;/strong&gt; checkbox and &lt;strong&gt;specify the free busy data access level&lt;/strong&gt; you wish to share using the dropdown box.&lt;/li&gt;
&lt;li&gt;You may select a security group for which this relationship should apply.&amp;nbsp; If you do not select a security group the settings will apply for all users.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-LrVlEeRbHks/TiThhheO-uI/AAAAAAAAGWg/p202kqzeEYc/s1600/New+Organization+Relationship.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="346" src="http://3.bp.blogspot.com/-LrVlEeRbHks/TiThhheO-uI/AAAAAAAAGWg/p202kqzeEYc/s400/New+Organization+Relationship.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt; to enter the External Organization details.&lt;/li&gt;
&lt;li&gt;Enter the domain you want to federate with (i.e., &lt;strong&gt;&lt;em&gt;companyxyz.com&lt;/em&gt;&lt;/strong&gt;), then click &lt;strong&gt;Next&lt;/strong&gt; and &lt;strong&gt;New&lt;/strong&gt;.&amp;nbsp; Exchange will create a new organization relationship using the data results from the Get-FederationInformation cmdlet.&amp;nbsp; If the external domain does not have a valid federation trust with the&amp;nbsp;MFG&amp;nbsp;or autodiscover record, you will see an error:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
Error:&lt;br /&gt;
Federation information could not be received from the external organization.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;When the organization relationship has been successfully configured you will see it listed under the Organization Relationships tab.&amp;nbsp; &lt;strong&gt;Sharing Enabled&lt;/strong&gt; and &lt;strong&gt;Calendar enabled&lt;/strong&gt; will show as &lt;strong&gt;True&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color:#0b5394;font-size:medium;"&gt;Testing and Troubleshooting&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
Use the following command to query for TXT records in DNS:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
nslookup -q=txt companyabc.com [DNS server name to query]&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div&gt;
Use the following cmdlets to get Exchange&amp;nbsp;federation configuration information:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Get-FederatedOrganizationIdentifier&lt;/strong&gt; - gets the Microsoft Exchange Server 2010 organization&amp;#39;s federated organization identifier and related details, such as federated domains, organization contact, and status.&amp;nbsp; The &lt;strong&gt;Enabled&lt;/strong&gt; attribute will show as &lt;strong&gt;False&lt;/strong&gt; until the MFG has validated the trust using the domain proof TXT records in external DNS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Get-FederationInformation&lt;/strong&gt; - gets federation information, including federated domain names and target URLs, from an external Exchange organization.&amp;nbsp; It does this using the autodiscover record of the external domain.&amp;nbsp; This cmdlet will not work until you have a valid Federated Trust configured.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Get-FederationTrust&lt;/strong&gt; - displays the federation trusts configured for the organization.&amp;nbsp; Use with Format-List to display the ApplicationIdentifier and ApplicationUri attributes, details about the federation certificates. and token information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Get-OrganizationRelationship&lt;/strong&gt; - gets settings for a relationship that has been created for free/busy information access or secure e-mail delivery using federated delivery.&lt;/li&gt;
&lt;/ul&gt;
If you&amp;#39;re federating with a mixed-mode Exchange organization with Exchange 2003 users (as in a migration scenario) you will need to populate the &lt;strong&gt;TargetSharingEpr&lt;/strong&gt; attribute of the Organization Relationship with that domain.&amp;nbsp; If you don&amp;#39;t populate this value the free/busy information for Exchange 2003 users will be unavailable.&amp;nbsp; Populate the &lt;strong&gt;TargetSharingEpr&lt;/strong&gt; value&amp;nbsp; in both organizations with the following cmdlet:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
Set-OrganizationRelationship &amp;quot;CompanyABC&amp;quot; -TargetSharingEpr https://&lt;em&gt;mail.companyabc.com&lt;/em&gt;/EWS/Exchange.asmx/WSSecurity&lt;/blockquote&gt;
Replace &lt;em&gt;mail.companyabc.com&lt;/em&gt; with the FQDN used by the external organization&amp;#39;s Exchange Web Services (EWS) ExternalURL.&amp;nbsp; For example, run the following cmdlet in CompanyABC:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
Get-WebServicesVirtualDirectory -Server ex2010 | fl ExternalUrl&lt;br /&gt;
&lt;br /&gt;
ExternalUrl : https://&lt;strong&gt;email.companyabc.com&lt;/strong&gt;/ews/exchange.asmx&lt;/blockquote&gt;
&lt;br /&gt;
CompanyXYZ should set Organization Relationship&amp;#39;s &lt;strong&gt;TargetSharingEpr&lt;/strong&gt; for CompanyABC to &lt;strong&gt;https://email.companyabc.com/EWS/Exchange.asmx/WSSecurity&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Continuing the example, run the same cmdlet in CompanyXYZ:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
Get-WebServicesVirtualDirectory -Server&amp;nbsp;exchange01 | fl ExternalUrl&lt;br /&gt;
&lt;br /&gt;
ExternalUrl : https://&lt;strong&gt;webmail.companyxyz.com&lt;/strong&gt;/ews/exchange.asmx&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div&gt;
CompanyABC should set Organization Relationship&amp;#39;s &lt;strong&gt;TargetSharingEpr&lt;/strong&gt; for CompanyXYZ to &lt;strong&gt;https://webmail.companyxyz.com/EWS/Exchange.asmx/WSSecurity&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/798194812750898417-4607360017015556993?l=www.expta.com" alt="" /&gt;&lt;/div&gt;</description></item></channel></rss>