<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Hardcoding a domain controller in Exchange 2007</title>
	<atom:link href="http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/</link>
	<description>Learn Exchange the Guru way !!!</description>
	<lastBuildDate>Sun, 05 Feb 2012 04:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: reddy</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-7480</link>
		<dc:creator>reddy</dc:creator>
		<pubDate>Fri, 28 Oct 2011 14:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-7480</guid>
		<description>Hi Louis,
To check to see what domain controllers are in place after setting themup using the above command use the following

Get-ExchangeServer -Status &#124; select StaticDomainControllers,StaticGlobalCatalogs &#124; fl

regards
reddy</description>
		<content:encoded><![CDATA[<p>Hi Louis,<br />
To check to see what domain controllers are in place after setting themup using the above command use the following</p>
<p>Get-ExchangeServer -Status | select StaticDomainControllers,StaticGlobalCatalogs | fl</p>
<p>regards<br />
reddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratish Sekhar</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-300</link>
		<dc:creator>Ratish Sekhar</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-300</guid>
		<description>My apologies for not adding the cmdlet to remove the hardcoding. I have included it now.
Thanks Louis.</description>
		<content:encoded><![CDATA[<p>My apologies for not adding the cmdlet to remove the hardcoding. I have included it now.<br />
Thanks Louis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-291</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-291</guid>
		<description>What about removing the hardcoding.</description>
		<content:encoded><![CDATA[<p>What about removing the hardcoding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratish Sekhar</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-203</link>
		<dc:creator>Ratish Sekhar</dc:creator>
		<pubDate>Wed, 19 May 2010 18:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-203</guid>
		<description>Some light on the set of numbers in the event id: http://support.microsoft.com/kb/316300</description>
		<content:encoded><![CDATA[<p>Some light on the set of numbers in the event id: <a href="http://support.microsoft.com/kb/316300" rel="nofollow">http://support.microsoft.com/kb/316300</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratish Sekhar</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-202</link>
		<dc:creator>Ratish Sekhar</dc:creator>
		<pubDate>Wed, 19 May 2010 18:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-202</guid>
		<description>Filter for:
---------------------
Event Type: Information 
Event Source: MSExchange ADAccess 
Event Category: Topology 
Event ID: 2080 

Also,login to the Outlook client for a user residing on the hardcoded exchange server and do &quot;Cntl + right click on the Outlook icon on the taskbar&quot; and click &quot;Connection Status&quot; and look for &quot;Directory Service&quot;. That&#039;s the DC exchange its pointing to.

Please dont forget to recycle the services after hardcoding.</description>
		<content:encoded><![CDATA[<p>Filter for:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Event Type: Information<br />
Event Source: MSExchange ADAccess<br />
Event Category: Topology<br />
Event ID: 2080 </p>
<p>Also,login to the Outlook client for a user residing on the hardcoded exchange server and do &#8220;Cntl + right click on the Outlook icon on the taskbar&#8221; and click &#8220;Connection Status&#8221; and look for &#8220;Directory Service&#8221;. That&#8217;s the DC exchange its pointing to.</p>
<p>Please dont forget to recycle the services after hardcoding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://msexchangeguru.com/2010/05/09/hardcoding-domaincontroller-exchange2007/comment-page-1/#comment-201</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Wed, 19 May 2010 17:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://msexchangeguru.com/?p=453#comment-201</guid>
		<description>What is the best way to verify that this command is in place and the server(s) are now using the dc specified</description>
		<content:encoded><![CDATA[<p>What is the best way to verify that this command is in place and the server(s) are now using the dc specified</p>
]]></content:encoded>
	</item>
</channel>
</rss>

