<?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: How to Use a Specific Domain Controller in Exchange 2010 Management Shell</title>
	<atom:link href="http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Tue, 22 May 2012 08:50:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Anonymous</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5425</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5425</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cunningham</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5348</link>
		<dc:creator>Paul Cunningham</dc:creator>
		<pubDate>Fri, 14 Oct 2011 21:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5348</guid>
		<description>Hi Rich, Set-ADServerSettings applies only to the current session.

If you want the setting to be applied each time you open a new session you could look at using a PowerShell profile:

http://technet.microsoft.com/en-us/library/ee692764.aspx</description>
		<content:encoded><![CDATA[<p>Hi Rich, Set-ADServerSettings applies only to the current session.</p>
<p>If you want the setting to be applied each time you open a new session you could look at using a PowerShell profile:</p>
<p><a href="http://technet.microsoft.com/en-us/library/ee692764.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/ee692764.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5347</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 14 Oct 2011 13:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5347</guid>
		<description>When I run the script “Set-ADServerSettings -PreferredServer pdc.domain.com”, it changes the data to what I expected when I run the “Get-ADServerSettings  &#124; fl “however when I close the EMS and re-open it and run the “Get-ADServersettings &#124; fl” script it shows the old configuration for “dns.domain.com”.
I have checked that the EMS is running “as administrator” and checked that the administrator can change the Exchange server.
The system log files show that the changes took place but it appears it is not working as expected. Am I missing something?
This is a new Exchange 2010 SP1 on Server 2008 R2 in a New Domain/Forest. I have check that it is fully patched, and that the DC’s are fully patched and the DC’s are both GC’s. I am runing this via a RDP, do I have to run it at the Exchange console?
Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>When I run the script “Set-ADServerSettings -PreferredServer pdc.domain.com”, it changes the data to what I expected when I run the “Get-ADServerSettings  | fl “however when I close the EMS and re-open it and run the “Get-ADServersettings | fl” script it shows the old configuration for “dns.domain.com”.<br />
I have checked that the EMS is running “as administrator” and checked that the administrator can change the Exchange server.<br />
The system log files show that the changes took place but it appears it is not working as expected. Am I missing something?<br />
This is a new Exchange 2010 SP1 on Server 2008 R2 in a New Domain/Forest. I have check that it is fully patched, and that the DC’s are fully patched and the DC’s are both GC’s. I am runing this via a RDP, do I have to run it at the Exchange console?<br />
Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junaid Ahmed</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5207</link>
		<dc:creator>Junaid Ahmed</dc:creator>
		<pubDate>Sun, 25 Sep 2011 08:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5207</guid>
		<description>Thanks man!! :)</description>
		<content:encoded><![CDATA[<p>Thanks man!! <img src='http://exchangeserverpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cunningham</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5194</link>
		<dc:creator>Paul Cunningham</dc:creator>
		<pubDate>Tue, 20 Sep 2011 11:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5194</guid>
		<description>Set-ExchangeServer sets server settings that the server itself uses for AD access.

Set-AdServerSettings sets the settings for your Exchange Management Shell session. Eg if you were running the shell on your admin workstation.</description>
		<content:encoded><![CDATA[<p>Set-ExchangeServer sets server settings that the server itself uses for AD access.</p>
<p>Set-AdServerSettings sets the settings for your Exchange Management Shell session. Eg if you were running the shell on your admin workstation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamid</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-5159</link>
		<dc:creator>Hamid</dc:creator>
		<pubDate>Wed, 14 Sep 2011 21:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-5159</guid>
		<description>what is the difference if i try to do the same job using the Set-ExchangeServer cmdlet.

for example : Set-ExchangeServer -Identity  -StaticDomainControllers dc1.mydomain.ad,dc2.mydomain.ad

by the way, your blog is really one of my favorite one :-)</description>
		<content:encoded><![CDATA[<p>what is the difference if i try to do the same job using the Set-ExchangeServer cmdlet.</p>
<p>for example : Set-ExchangeServer -Identity  -StaticDomainControllers dc1.mydomain.ad,dc2.mydomain.ad</p>
<p>by the way, your blog is really one of my favorite one <img src='http://exchangeserverpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-4893</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-4893</guid>
		<description>Why the option DefaultPreferredDomainControllers keeps pointing to : {DC1.exchangeserverpro.local}? I have a lab environment that there are two dcs. I would like to demote one of them, but the exc keeps connected on it like your example. And I&#039;ve changed the GC. :)</description>
		<content:encoded><![CDATA[<p>Why the option DefaultPreferredDomainControllers keeps pointing to : {DC1.exchangeserverpro.local}? I have a lab environment that there are two dcs. I would like to demote one of them, but the exc keeps connected on it like your example. And I&#8217;ve changed the GC. <img src='http://exchangeserverpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhargav Shukla</title>
		<link>http://exchangeserverpro.com/how-to-use-a-specific-domain-controller-in-exchange-2010-management-shell#comment-1153</link>
		<dc:creator>Bhargav Shukla</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1039#comment-1153</guid>
		<description>You may or may not see this issue I had on Exchange 2007 but good to refer to: http://bit.ly/5KKRXX - Exchange 2007 Setup Error: Setup Cannot use Domain Controller</description>
		<content:encoded><![CDATA[<p>You may or may not see this issue I had on Exchange 2007 but good to refer to: <a href="http://bit.ly/5KKRXX" rel="nofollow">http://bit.ly/5KKRXX</a> &#8211; Exchange 2007 Setup Error: Setup Cannot use Domain Controller</p>
]]></content:encoded>
	</item>
</channel>
</rss>

