<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange Server Pro &#187; Outlook Anywhere</title>
	<atom:link href="http://exchangeserverpro.com/tag/outlook-anywhere/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:36:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Configure Exchange Server 2010 Outlook Anywhere</title>
		<link>http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere</link>
		<comments>http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere#comments</comments>
		<pubDate>Sun, 07 Nov 2010 12:16:34 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>
		<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2284</guid>
		<description><![CDATA[How to enable and configure Outlook Anywhere for Exchange Server 2010 so that remote users can securely connect to the Exchange server.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will demonstrate how to enable and configure <a href="http://exchangeserverpro.com">Exchange Server 2010</a> Outlook Anywhere to provide secure mailbox connectivity for remote Outlook users.</p>
<p>Outlook Anywhere is a much better solution for remote email access than POP or IMAP because the end user experience is the same when the user is using Outlook on the LAN or remotely. Thanks to SSL encryption Outlook Anywhere is also inherently more secure than other protocols that have non-encrypted options that companies often deploy.</p>
<h2>What is Outlook Anywhere?</h2>
<p>Outlook Anywhere is a service provided by the <a title="Exchange 2010 FAQ: What are the Exchange Server 2010 Server Roles?" href="http://exchangeserverpro.com/exchange-2010-server-roles">Client Access server</a> role that allows Outlook clients to make a secure connection over <a title="Exchange 2010 SSL Certificates" href="http://exchangeserverpro.com/exchange-2010-ssl-certificates">SSL</a>/HTTPS to the mailbox from remote locations.  Previously this was known as RPC-over-HTTPS but was renamed to Outlook Anywhere in Exchange 2007 and 2010.</p>
<p>By wrapping normal Outlook RPC requests in HTTPS the connections are able to traverse firewalls over the common SSL/HTTPS port without requiring the RPC ports to be opened.</p>
<p>There are three main tasks to deploy Outlook Anywhere in an Exchange environment:</p>
<ul>
<li>Enable and configure Outlook Anywhere on the Client Access server</li>
<li>Configure the perimeter firewall to allow SSL/HTTPS connections from external networks to the Client Access server</li>
<li>Configure the Outlook clients to use Outlook Anywhere when connecting from remote networks</li>
</ul>
<h2>Enable Outlook Anywhere on Exchange Server 2010</h2>
<p>In the <a title="Exchange 2010 FAQ: How Do I Install the Exchange 2010 Management Tools?" href="http://exchangeserverpro.com/exchange-2010-install-management-tools">Exchange Management Console</a> navigate to <strong>Server Configuration</strong> -&gt; <strong>Client Access</strong>, and select the Client Access server you want to enable for Outlook Anywhere.</p>
<p>If you have multiple Client Access servers in an Active Directory site then choose the one that is the internet-facing Client Access server.  Or if you have deployed a <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">CAS array</a> you will need to repeat this process on all members of the array.</p>
<div id="attachment_2285" class="wp-caption aligncenter" style="width: 605px"><img class="size-full wp-image-2285" title="Choose the Exchange Server 2010 Client Access Server to configure for Outlook Anywhere" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-enable-outlook-anywhere-01.png" alt="Choose the Exchange Server 2010 Client Access Server to configure for Outlook Anywhere" width="595" height="317" /><p class="wp-caption-text">Choose the Exchange Server 2010 Client Access Server to configure for Outlook Anywhere</p></div>
<p>With the server selected, in the action pane of the Exchange Management Console click on <strong>Enable Outlook Anywhere</strong>.</p>
<div id="attachment_2286" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-2286" title="Enable Outlook Anywhere for Exchange Server 2010" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-enable-outlook-anywhere-02.png" alt="Enable Outlook Anywhere for Exchange Server 2010" width="300" height="172" /><p class="wp-caption-text">Enable Outlook Anywhere for Exchange Server 2010</p></div>
<p>The Enable Outlook Anywhere wizard launches.  Enter the external host name for Outlook Anywhere users to use when connecting remotely to Exchange, and choose an authentication method.</p>
<div id="attachment_2287" class="wp-caption aligncenter" style="width: 590px"><img class="size-full wp-image-2287" title="Configure Outlook Anywhere for Exchange Server 2010" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-enable-outlook-anywhere-03.png" alt="Configure Outlook Anywhere for Exchange Server 2010" width="580" height="301" /><p class="wp-caption-text">Configure Outlook Anywhere for Exchange Server 2010</p></div>
<p>The external host name you choose should ideally be one that is already included in the <a href="http://exchangeserverpro.com/exchange-server-2010-and-the-benefits-of-commercial-ssl-certificates">Exchange certificate</a> configured on the Client Access server.  Otherwise you will need to <a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010">create a new certificate for Exchange</a>.</p>
<p>The Outlook Anywhere authentication method you choose will depend on a few factors in your environment.</p>
<ul>
<li><strong>Basic Authentication</strong> &#8211; this requires that Outlook users enter their username and password each time they connect to Outlook Anywhere.  The credentials are sent in clear text so therefore it is critical that Outlook Anywhere connections only occur over SSL/HTTPS.  You may need to choose Basic Authentication if the connecting computers are not members of the domain, if the ISA Server publishing rule and listener are shared with other Exchange services that require Basic Authentication, or if the firewall being used does not support NTLM authentication.</li>
<li><strong>NTLM Authentication</strong> &#8211; this is ideal for connecting clients that are domain members because the username and password will not need to be entered by the user each time they connect.  However NTLM may not work with some firewalls or ISA Server publishing scenarios.</li>
</ul>
<p>When you have configured the Outlook Anywhere settings click <strong>Enable</strong> to continue, and then click Finish to close the wizard.</p>
<p>The Outlook Anywhere configuration for Exchange 2010 will take effect within 15 minutes of completing the wizard.  The Application Event Log will record Event ID 3008 and a series of other events when the configuration has been applied to the server.</p>
<h2>Configure the Firewall for Exchange Server 2010 Outlook Anywhere</h2>
<p>To enable remote Outlook users to connect to Outlook Anywhere the perimeter firewall for the network must be configured to allow the SSL/HTTPS connections to pass through to the Client Access server.</p>
<p>The precise steps for this will depend on which firewall you are using in your environment.  However the basic components of this configuration are:</p>
<ul>
<li>A public DNS record for the external host name you are using for Outlook Anywhere</li>
<li>A public IP address on the firewall that the public DNS record resolves to</li>
<li>A NAT or publishing rule to allow SSL/HTTPS connections to reach the Client Access server</li>
</ul>
<div id="attachment_2288" class="wp-caption aligncenter" style="width: 610px"><img class="size-large wp-image-2288" title="Exchange Server 2010 Outlook Anywhere Firewall Overview" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-firewall-overview-600x277.png" alt="Exchange Server 2010 Outlook Anywhere Firewall Overview" width="600" height="277" /><p class="wp-caption-text">Exchange Server 2010 Outlook Anywhere Firewall Overview</p></div>
<p>If you are running an internet-facing <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">Exchange Server 2010 CAS array</a> then you would configure the firewall rule to direct traffic to the CAS array IP address.</p>
<h2>Configure Outlook Clients for Exchange Server 2010 Outlook Anywhere</h2>
<p>Before an Outlook client can connect to Outlook Anywhere it needs to be configured with the correct settings.  In Outlook 2010 open the <strong>Account Settings</strong> for the Outlook profile that is configured.</p>
<div id="attachment_2289" class="wp-caption aligncenter" style="width: 587px"><img class="size-full wp-image-2289" title="Outlook 2010 Account Settings for Exchange Server 2010 Outlook Anywhere" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-client-settings-01.png" alt="Outlook 2010 Account Settings for Exchange Server 2010 Outlook Anywhere" width="577" height="352" /><p class="wp-caption-text">Outlook 2010 Account Settings for Exchange Server 2010 Outlook Anywhere</p></div>
<p>Double-click to open the properties of the Exchange Server profile that is configured.</p>
<div id="attachment_2290" class="wp-caption aligncenter" style="width: 600px"><img class="size-full wp-image-2290" title="Outlook 2010 Exchange Server Profile Settings" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-client-settings-02.png" alt="Outlook 2010 Exchange Server Profile Settings" width="590" height="242" /><p class="wp-caption-text">Outlook 2010 Exchange Server Profile Settings</p></div>
<p>Click on <strong>More Settings</strong>, and then select the <strong>Connection</strong> tab of the settings dialog box that appears.</p>
<div id="attachment_2291" class="wp-caption aligncenter" style="width: 600px"><img class="size-full wp-image-2291" title="Outlook 2010 Connection Settings" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-client-settings-03.png" alt="Outlook 2010 Connection Settings" width="590" height="405" /><p class="wp-caption-text">Outlook 2010 Connection Settings</p></div>
<p>Tick the box to <strong>Connect to Microsoft Exchange using HTTP</strong>, and then click the <strong>Exchange Proxy Settings</strong> button.</p>
<div id="attachment_2292" class="wp-caption aligncenter" style="width: 263px"><img class="size-full wp-image-2292" title="Enable Outlook Anywhere in Outlook 2010" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-client-settings-04.png" alt="Enable Outlook Anywhere in Outlook 2010" width="253" height="77" /><p class="wp-caption-text">Enable Outlook Anywhere in Outlook 2010</p></div>
<p>Enter the <strong>External Host Name</strong> that was configured for Outlook Anywhere earlier on the Client Access server, and then configure the <strong>Proxy Authentication Settings</strong> to match the client authentication method chosen on the server.</p>
<div id="attachment_2293" class="wp-caption aligncenter" style="width: 461px"><img class="size-full wp-image-2293" title="Configure the Outlook Anywhere External Host Name and Authentication Settings in Outlook 2010" src="http://exchangeserverpro.com/wp-content/uploads/2010/11/exchange-2010-outlook-anywhere-client-settings-05.png" alt="Configure the Outlook Anywhere External Host Name and Authentication Settings in Outlook 2010" width="451" height="399" /><p class="wp-caption-text">Configure the Outlook Anywhere External Host Name and Authentication Settings in Outlook 2010</p></div>
<p>Click <strong>OK</strong>, <strong>OK</strong>, <strong>Next</strong> and then <strong>Finish</strong> to apply the change to Outlook 2010.  You must restart Outlook for the new settings to take effect.</p>
<p>Now that Outlook 2010 has been configured for Exchange Server 2010 Outlook Anywhere, any time the user launches Outlook from a remote connection and can reach the perimeter firewall over the internet they will be able to securely access their mailbox as though they were still on the corporate network.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-pop3-configuring-securing-pop-client-access" title="Exchange Server 2010 POP3: Securing POP3 Client Remote Access">Exchange Server 2010 POP3: Securing POP3 Client Remote Access</a></li><li><a href="http://exchangeserverpro.com/autodiscover-ssl-warnings-exchange-2010-migration" title="Autodiscover and SSL Warnings during Exchange 2010 Migration">Autodiscover and SSL Warnings during Exchange 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-wildcard-ssl-certificates" title="Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?">Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?</a></li><li><a href="http://exchangeserverpro.com/iis-6-wmi-compatibility-component-required-exchange-2010-sp2-upgrade" title="Error Message &#8220;The &#8216;IIS 6 WMI Compatibility&#8217; component is required&#8221; During Exchange 2010 SP2 Upgrade">Error Message &#8220;The &#8216;IIS 6 WMI Compatibility&#8217; component is required&#8221; During Exchange 2010 SP2 Upgrade</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-online-mailbox-moves" title="Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007">Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere">How to Configure Exchange Server 2010 Outlook Anywhere</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Configuring the Exchange Server 2007 Client Access Server</title>
		<link>http://exchangeserverpro.com/configuring-the-exchange-server-2007-client-access-server</link>
		<comments>http://exchangeserverpro.com/configuring-the-exchange-server-2007-client-access-server#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:04:16 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Client Access Server]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange Server 2007 Transition Guide]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=776</guid>
		<description><![CDATA[How to configure the Client Access Server role for Exchange Server 2007.]]></description>
			<content:encoded><![CDATA[<p>Last week we looked at <a href="http://exchangeserverpro.com/preparing-for-an-exchange-server-2007-transition/">how to plan for an Exchange Server 2007 transition</a>, how to <a href="http://exchangeserverpro.com/preparing-a-new-server-for-exchange-server-2007/">prepare</a><a href="http://exchangeserverpro.com/preparing-a-new-server-for-exchange-server-2007/"> and install a new server</a> to host Exchange Server 2007, and <a href="http://exchangeserverpro.com/installing-exchange-server-2007/">how to install the first Exchange Server 2007 server</a> in the organization.  This week we continue with configuring the new Exchange server roles, starting with the Client Access Server.</p>
<p>Open the Exchange Management Console and navigate to <strong>Server Configuration/Client Access</strong>.</p>
<p><img class="alignnone size-full wp-image-777" title="cas01" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas01.png" alt="cas01" width="525" height="281" /></p>
<h2>Configure Outlook Web Access</h2>
<p>Before Outlook Web Access is published to the internet you must enter the external URL.  Open the properties of the <strong>owa (Default Web Site)</strong> and enter the external URL in the field shown here.</p>
<p><img class="alignnone size-full wp-image-778" title="cas02" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas02.png" alt="cas02" width="445" height="347" /></p>
<p>If you are publishing via ISA Server select the <strong>Authentication</strong> tab and choose <strong>Use one or more standard authentication methods</strong>, setting it to <strong>Integrated Authentication</strong> and <strong>Basic Authentication</strong>.</p>
<p><img class="alignnone size-full wp-image-779" title="cas03" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas03.png" alt="cas03" width="444" height="169" /></p>
<p>Click <strong>OK</strong> when complete.  A warning will appear that the changes will not take effect until IIS is restarted.</p>
<p><img class="alignnone size-full wp-image-780" title="cas04" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas04.png" alt="cas04" width="480" height="161" /></p>
<p>Click <strong>OK</strong> but don&#8217;t worry about restarting IIS yet, we&#8217;ll be restarting it soon.</p>
<h2>Configure ActiveSync</h2>
<p>Similar to Outlook Web Access the ActiveSync external URL must be configured if it is being published to the internet.  Choose the <strong>Exchange ActiveSync</strong> tab and then open the properties of <strong>Microsoft-Server-ActiveSync</strong>.</p>
<p>Enter the external URL in the field shown here.</p>
<p><img class="alignnone size-full wp-image-781" title="cas05-async" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas05-async.png" alt="cas05-async" width="445" height="322" /></p>
<p>Click <strong>OK</strong> when complete.</p>
<h2>Configure Outlook Anywhere</h2>
<p>In the Actions pane to the right of the Exchange Management Console click on <strong>Enable Outlook Anywhere</strong>.</p>
<p><img class="alignnone size-full wp-image-782" title="cas06-rpc" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas06-rpc.png" alt="cas06-rpc" width="213" height="123" /></p>
<p>Enter the external host name in the field shown here.</p>
<p><img class="alignnone size-full wp-image-785" title="cas07-rpc" src="http://exchangeserverpro.com/wp-content/uploads/2009/08/cas07-rpc.png" alt="cas07-rpc" width="500" height="230" /></p>
<p>If you are publishing via an ISA Server on the same external IP address as Outlook Web Access then choose <strong>Basic Authentication</strong>.  If you can dedicate an external IP address for publishing Outlook Anywhere then choose <strong>NTLM Authentication</strong>.</p>
<p>Click <strong>Enable</strong> when complete.  You will receive a warning that Outlook Anywhere will not be available for up to 15 minutes.  Click <strong>Finish</strong> to clear that warning.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/test-your-exchange-server-remote-connectivity" title="Test your Exchange Server remote connectivity">Test your Exchange Server remote connectivity</a></li><li><a href="http://exchangeserverpro.com/exchange-remote-connectivity-analyzer-updated" title="Exchange Remote Connectivity Analyzer Updated">Exchange Remote Connectivity Analyzer Updated</a></li><li><a href="http://exchangeserverpro.com/publish-exchange-server-2007-owa-using-isa-server-2006" title="Publish Exchange Server 2007 OWA Using ISA Server 2006">Publish Exchange Server 2007 OWA Using ISA Server 2006</a></li><li><a href="http://exchangeserverpro.com/migrate-ssl-certificates-from-exchange-server-2003-to-exchange-server-2007" title="Migrate SSL Certificates from Exchange Server 2003 to Exchange Server 2007">Migrate SSL Certificates from Exchange Server 2003 to Exchange Server 2007</a></li><li><a href="http://exchangeserverpro.com/owa-error-mailbox-trying-access-not-currently-available" title="OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available">OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/configuring-the-exchange-server-2007-client-access-server">Configuring the Exchange Server 2007 Client Access Server</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/configuring-the-exchange-server-2007-client-access-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test your Exchange Server remote connectivity</title>
		<link>http://exchangeserverpro.com/test-your-exchange-server-remote-connectivity</link>
		<comments>http://exchangeserverpro.com/test-your-exchange-server-remote-connectivity#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:18:54 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=529</guid>
		<description><![CDATA[When deploying or troubleshooting Exchange servers I regularly encounter the need to jump onto a host outside of the customer network to perform remote access testing.  Over the years I&#8217;ve gotten into the habit of maintaining a host running 24/7 on my home internet connection that I can RDP to and perform these test.  While [...]]]></description>
			<content:encoded><![CDATA[<p>When deploying or troubleshooting Exchange servers I regularly encounter the need to jump onto a host outside of the customer network to perform remote access testing.  Over the years I&#8217;ve gotten into the habit of maintaining a host running 24/7 on my home internet connection that I can RDP to and perform these test.  While this has been useful in the past it is also a massive pain (not to mention costs me electricity) to manage this host and keep it running so that it is always available when I need it.</p>
<p>A few days ago I learned about the <a href="https://www.testexchangeconnectivity.com/Default.aspx">Microsoft Exchange Server Remote Connectivity Analyzer</a>, and this morning I had cause to give it a try for the first time.</p>
<p><img class="alignnone size-full wp-image-530" title="exchangeremoteconntest" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/exchangeremoteconntest.png" alt="exchangeremoteconntest" width="600" height="383" /></p>
<p>The <a href="https://www.testexchangeconnectivity.com/Default.aspx">Microsoft Exchange Server Remote Connectivity Analyzer</a> lets you perform useful tests such as ActiveSync, Autodiscover, Outlook Anywhere, and inbound SMTP.  I ran through the ActiveSync test to verify for one of our remote staff that it was working properly.</p>
<p>The test required valid network credentials in order to perform its analysis.  Though the site is owned and run by Microsoft and the credentials are transmitted via SSL if you had any security or privacy concerns you could simply create a temporary account for the tests and then change its password or delete it immediately afterwards.</p>
<p>In summary, a great tool and one that goes a long way to solving the headache of properly testing new Exchange Server deployments at customer networks.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/configuring-the-exchange-server-2007-client-access-server" title="Configuring the Exchange Server 2007 Client Access Server">Configuring the Exchange Server 2007 Client Access Server</a></li><li><a href="http://exchangeserverpro.com/exchange-remote-connectivity-analyzer-updated" title="Exchange Remote Connectivity Analyzer Updated">Exchange Remote Connectivity Analyzer Updated</a></li><li><a href="http://exchangeserverpro.com/owa-error-mailbox-trying-access-not-currently-available" title="OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available">OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available</a></li><li><a href="http://exchangeserverpro.com/500-internal-server-error-exchange-2007-outlook-web-access" title="500 Internal Server Error for Exchange 2007 Outlook Web Access">500 Internal Server Error for Exchange 2007 Outlook Web Access</a></li><li><a href="http://exchangeserverpro.com/poll-exchange-mobile-access" title="Poll: Which Exchange mobile access platform do you use?">Poll: Which Exchange mobile access platform do you use?</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/test-your-exchange-server-remote-connectivity">Test your Exchange Server remote connectivity</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/test-your-exchange-server-remote-connectivity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

