<?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 'Exchange' and 'Best Practices'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=Exchange,Best+Practices&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tags 'Exchange' and 'Best Practices'</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><item><title>Comprehensive Guide on Addressing Exchange Calendaring Issues</title><link>http://msmvps.com/blogs/expta/archive/2010/07/27/comprehensive-guide-on-addressing-exchange-calendaring-issues.aspx</link><pubDate>Tue, 27 Jul 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1774845</guid><dc:creator>Anonymous</dc:creator><description>Rand Morimoto wrote a great article for Network World about &lt;a href="http://www.networkworld.com/community/node/63926" target="_blank"&gt;&lt;strong&gt;Exchange calendaring issues&lt;/strong&gt;&lt;/a&gt;.&amp;nbsp; Rand is the president of &lt;a href="http://www.cco.com/" target="_blank"&gt;Convergent Computing&lt;/a&gt;, the company I work for.&amp;nbsp; His article covers lost appointments, duplicate appointments, odd delegate issues, etc.&amp;nbsp; This article is based on the real-world experience we as a company have gained working with many organizations of all sizes.&lt;br /&gt;&lt;br /&gt;I wanted to add a few comments of my own, to follow up on to Rand&amp;#39;s excellent article.&lt;br /&gt;&lt;br /&gt;Another factor that can cause calendar issues for delegates is Cached Exchange Mode, which can cause an artificial delay in updating calendar information. For example, the boss (using Entourage, which doesn&amp;#39;t have Cached Mode) may accept or alter the same appointment that the assistant (using Outlook in Cached Mode) accepts or alters. The default Cached Mode settings may cause a delay of up to a minute before the assistant&amp;#39;s calendar item is updated on Exchange. Who wins&amp;nbsp;is anybody&amp;#39;s guess.&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom:medium none;border-left:medium none;border-right:medium none;border-top:medium none;"&gt;&lt;a href="http://1.bp.blogspot.com/_IsItvsG4t0k/TE9TClv_sAI/AAAAAAAAF0o/Hh7YCAoB0Oo/s1600/frustration.jpg" style="clear:left;cssfloat:left;float:left;margin-bottom:1em;margin-right:1em;"&gt;&lt;img border="0" height="200" src="http://1.bp.blogspot.com/_IsItvsG4t0k/TE9TClv_sAI/AAAAAAAAF0o/Hh7YCAoB0Oo/s200/frustration.jpg" width="195" alt="" /&gt;&lt;/a&gt;By the way, my recommendation is to adjust the Cached Mode latencies to 1 second using Group Policy. There is virtually no network performance impact and it solves a lot of issues, especially &amp;quot;perceived performance&amp;quot; issues.&amp;nbsp; See &lt;a href="http://support.microsoft.com/kb/870926/%20target="&gt;http://support.microsoft.com/kb/870926/%20target=&lt;/a&gt;. &lt;/div&gt;&lt;br /&gt;Regarding BES, RIM is making quite a few changes recently due to inconsistency problems (especially in calendaring). BES 5.0 SP2&amp;nbsp;is supposed to&amp;nbsp;make huge performance improvements so that BES IOPS are now equal to Outlook (see &lt;a href="http://flaphead.com/archive/2010/07/24/bes-5-0-sp2-blackberry-user-exchange-2010-iops-now-equal-to-an-outlook-client.aspx" target="_blank"&gt;http://flaphead.com/archive/2010/07/24/bes-5-0-sp2-blackberry-user-exchange-2010-iops-now-equal-to-an-outlook-client.aspx&lt;/a&gt;). The rumor is that BES 6.0 will completely re-architect BES to use Exchange Web Services (EWS) rather than MAPI.&lt;br /&gt;&lt;br /&gt;That said, BES changes versions as often as we change socks. I find that most orgs are WAY behind on BES versions from the current version, so they can&amp;#39;t take advantage of these improvements. And as with any other technology with massive changes, it will probably introduce a new set of&amp;nbsp;unknown problems.&lt;br /&gt;&lt;br /&gt;Being that calendaring issues are 99% due to client issues (Outlook, Entourage, BES, iPhone, etc.), I expect that most of these issues will go away as the clients move toward using EWS. The problems documented in Rand&amp;#39;s article occur because of the way the clients handle calendaring/email objects. If the client software lets Exchange handle these objects using standard EWS APIs, the problems will diminish/disappear.&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-99973143662791432?l=www.expta.com" alt="" /&gt;&lt;/div&gt;</description></item><item><title>Don't be too cheap - call PSS when you get stuck.</title><link>http://msmvps.com/blogs/bradley/archive/2004/03/24/4192.aspx</link><pubDate>Wed, 24 Mar 2004 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:4192</guid><dc:creator>bradley</dc:creator><description>&lt;!--StartFragment --&gt;&lt;font face="Arial"&gt;Ray, the SBS guru posted this to the newsgroup... but I'd highly recommend that you pay attention to his note at the bottom about calling PSS.  Don't ever be TOO cheap.  Yes, calling PSS is a US$245 call, but it is worth every penny.  The support folks live and breathe SBS and know this box better than anything else.  Don't ever be afraid to reach out for help for your server. &lt;/font&gt;&lt;pre wrap=""&gt;&lt;font face="Arial"&gt;296788 Offline Backup and Restoration Procedures for Exchange
&lt;/font&gt;&lt;a class="moz-txt-link-freetext" href="http://support.microsoft.com/?id=296788"&gt;&lt;font face="Arial"&gt;http://support.microsoft.com/?id=296788&lt;/font&gt;&lt;/a&gt;

&lt;font face="Arial"&gt;I recommend you to make a copy of the old MDBDATA folders. In case 
something goes wrong, you still have an untouch copy.

If the article seems complicated, in a nut shell, here is what you need to 
do.

1. Make a backup of the old MDBDATA folder
2. Stop the Microsoft Exchange Information Store service
3. Delete the files in the mdbdata folder (which contains the new clean 
database)
4. Put back the priv1.edb, priv1.stm, pub1.edb, and pub1.stm
5. Start the Microsoft Exchange Information Store service
6. Open Exchange system Manager, go all the way to the Mailbox Store and 
Public folder store. Right-click each one, database tab. Check the box 
"this database can be overwritten by a restore".
7. Right-click and Mount Store.

If the database is in clean shutdwown state, and you rebuild the server 
with the same server and domain name, the store will mount. Of course, 
there are always other problems that may show up. If you run into the 
problem, post back the errors from the application/system log and see the 
next step.

8. Assuming no problem, then close and reopen the Exchange system manager. 
Expand mailbox store, right click Mailbox, and run Clean up agent. 
Mailboxes on your right should be RedX. Right click each one and Reconnect 
to connect back to a user account. If you don't see the user on the list, 
it means the user already has a clean mailbox. You then need to go to AD 
Users and Computer, right click that user, Exchange Tasks and Delete 
mailbox. Back to Exchange System Manager, run Cleanup agent again, and 
reconnect the mailbox back to the user.

To save time, you should consider calling PSS at 1-800-936-4900 and let us 
to walk you through the steps. &lt;/font&gt;&lt;/pre&gt;</description></item><item><title>Need to disable NDR in your Exchange?</title><link>http://msmvps.com/blogs/bradley/archive/2003/12/20/1220.aspx</link><pubDate>Sat, 20 Dec 2003 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1220</guid><dc:creator>bradley</dc:creator><description>&lt;!--StartFragment --&gt;Disable NDR:&lt;br /&gt;From Exchange System Manager, Global Settings, Internet Message Format. &lt;br /&gt;Double click &lt;default  *=""&gt; on your right. Advanced tab. Uncheck Allow &lt;br /&gt;non-delivery reports.&lt;/default &gt;</description></item></channel></rss>