<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>msunified.net &#187; ExternalURL</title>
	<atom:link href="http://msunified.net/tag/externalurl/feed/" rel="self" type="application/rss+xml" />
	<link>http://msunified.net</link>
	<description>Technical blog about Exchange, OCS and Lync by Ståle Hansen</description>
	<lastBuildDate>Sun, 03 Jun 2012 18:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='msunified.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/87139ddc4ba9c9960cf07f9364dfc9f4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>msunified.net &#187; ExternalURL</title>
		<link>http://msunified.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://msunified.net/osd.xml" title="msunified.net" />
	<atom:link rel='hub' href='http://msunified.net/?pushpress=hub'/>
		<item>
		<title>Script for Configuring Exchange 2010 Internal and External URLs</title>
		<link>http://msunified.net/2010/05/07/script-for-configuring-exchange-2010-internal-and-external-urls/</link>
		<comments>http://msunified.net/2010/05/07/script-for-configuring-exchange-2010-internal-and-external-urls/#comments</comments>
		<pubDate>Fri, 07 May 2010 00:54:41 +0000</pubDate>
		<dc:creator>Ståle Hansen</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[ExternalURL]]></category>
		<category><![CDATA[InternalUrl]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://msunified.net/?p=1556</guid>
		<description><![CDATA[In Exchange 2010 you need to set the Internal URLs for various services on the Client Access Server. Outlook 2007/2010 uses Autodiscover to connect to the Exchange server. If the Internal URLs are configured wrong you could get certificate errors when logging on to Outlook as well as errors when using free busy and oof services internally. Also when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msunified.net&#038;blog=7420011&#038;post=1556&#038;subd=stalehansen&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div class="tweetmeme-button" id="tweetmeme-button-post-1556" style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'>
<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmsunified.net%2F2010%2F05%2F07%2Fscript-for-configuring-exchange-2010-internal-and-external-urls%2Ftweetmeme_alias%3Dhttp%3A%2F%2Fwp.me%2Fpv8hB-p6%26tweetmeme_source%3D%E2%80%9Dstalehansen%E2%80%9D"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmsunified.net%2F2010%2F05%2F07%2Fscript-for-configuring-exchange-2010-internal-and-external-urls%2F" height="61" width="51" /></a>
</div>In Exchange 2010 you need to set the Internal URLs for various services on the Client Access Server. Outlook 2007/2010 uses Autodiscover to connect to the Exchange server. If the Internal URLs are configured wrong you could get certificate errors when logging on to Outlook as well as errors when using free busy and oof services internally. Also when deploying Outlook Anywhere you need to configure the External URLs correct for the same services to work.</p>
<p><strong>This script may come in handy in the following scenarios:</strong></p>
<ul>
<li>Initial configuration, avoid typos</li>
<li>Expansion in the infrastructure with load balanced CAS</li>
<li>Change in internal FQDN if you change certificate name</li>
<li>When you have a total disaster on site 1 and need to fail over to a second site with a passive DAG server that holds all server roles</li>
</ul>
<p><strong>Please keep in mind:</strong></p>
<ul>
<li>The Script is developed for Exchange 2003 coexistence and migration scenarios</li>
<li>The script must not be run in an Exchange 2007 coexistence and migration scenario</li>
<li>For InternalURL the script will look for a CASArray (It is recommended to create a CASArray in any scenario)</li>
<li>The script assumes there is only one ADsite</li>
</ul>
<p><strong>About the script:</strong></p>
<ul>
<li>First you will be presented with som choices on what to do</li>
<li>InternalURL will autoconfigure based on CASArray</li>
<li>ExternalURL will prompt for public FQDN and assume one external address
<ul>
<li>Will use same FQDN for OWA, ActiveSync, Autodiscover and so on</li>
</ul>
</li>
<li>Will prompt for Exchange 2003 URL</li>
<li>All configuration will output the changes made</li>
</ul>
<p> <a href="http://msunified.net/exchange-downloads/script-internalexternalurls-ps1/"><img class="alignnone size-full wp-image-1557" style="border:0;" title="Get-InternalExternalURLs.ps1" src="http://stalehansen.files.wordpress.com/2010/05/ps.jpg" alt="" width="723" height="128" /></a></p>
<p><strong>Update 27.05.2010: </strong></p>
<ul>
<li>Added support for Exchange 2007 and Exchange 2007/2010 coexistence scenarios.</li>
<li>The script will check for Exchange version before applying any settings.</li>
<li>When applying Exchange 2010 Internal URL the script will match the CAS servers to the correct CASarray in the correct ADsite</li>
</ul>
<p> <a href="http://msunified.net/exchange-downloads/script-internalexternalurls-ps1/"><img class="alignnone size-full wp-image-1600" style="border:0;" title="Set-InernalExternalURLs.ps1 v02" src="http://stalehansen.files.wordpress.com/2010/05/intexturl.png" alt="" width="563" height="172" /></a></p>
<p><strong></strong><strong>Update 28.05.2010</strong></p>
<ul>
<li>Added option for checking current configuration</li>
<li>Corrected some errors on the Exchange 2007 configuration and listing of URLs</li>
<li>Tested in Exchange 2007 only deployments and Exchange 2010 and 2007 coexistence deployments</li>
</ul>
<p><a href="http://msunified.net/exchange-downloads/script-internalexternalurls-ps1/"><img class="size-full wp-image-1714 alignnone" style="border:0;" title="exchv3" src="http://stalehansen.files.wordpress.com/2010/05/exchv3.png" alt="" width="546" height="178" /></a></p>
<p> The Script can be viewed and downloaded here: <a href="http://msunified.net/exchange-downloads/script-internalexternalurls-ps1/">http://msunified.net/exchange-downloads/script-internalexternalurls-ps1/</a></p>
<br />Filed under: <a href='http://msunified.net/category/exchange-2010/'>Exchange 2010</a> Tagged: <a href='http://msunified.net/tag/exchange-2010/'>Exchange 2010</a>, <a href='http://msunified.net/tag/externalurl/'>ExternalURL</a>, <a href='http://msunified.net/tag/internalurl/'>InternalUrl</a>, <a href='http://msunified.net/tag/powershell/'>PowerShell</a>, <a href='http://msunified.net/tag/web-services/'>Web Services</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stalehansen.wordpress.com/1556/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stalehansen.wordpress.com/1556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stalehansen.wordpress.com/1556/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msunified.net&#038;blog=7420011&#038;post=1556&#038;subd=stalehansen&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msunified.net/2010/05/07/script-for-configuring-exchange-2010-internal-and-external-urls/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/961ad6f4a2b1289352341cb9964f2f36?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Ståle Hansen</media:title>
		</media:content>

		<media:content url="http://stalehansen.files.wordpress.com/2010/05/ps.jpg" medium="image">
			<media:title type="html">Get-InternalExternalURLs.ps1</media:title>
		</media:content>

		<media:content url="http://stalehansen.files.wordpress.com/2010/05/intexturl.png" medium="image">
			<media:title type="html">Set-InernalExternalURLs.ps1 v02</media:title>
		</media:content>

		<media:content url="http://stalehansen.files.wordpress.com/2010/05/exchv3.png" medium="image">
			<media:title type="html">exchv3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
