<?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: Script to configure static ports on Exchange Server 2010</title>
	<atom:link href="http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/</link>
	<description>Passion for Technology. Power of Messaging.</description>
	<lastBuildDate>Fri, 06 Jan 2012 04:29:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bhargav</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-361</link>
		<dc:creator>Bhargav</dc:creator>
		<pubDate>Fri, 06 Jan 2012 04:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-361</guid>
		<description>This post has been replaced by newer version of script - http://www.bhargavs.com/index.php/2011/10/21/script-to-configure-static-ports-on-exchange-server-2010-2/</description>
		<content:encoded><![CDATA[<p>This post has been replaced by newer version of script &#8211; <a href="http://www.bhargavs.com/index.php/2011/10/21/script-to-configure-static-ports-on-exchange-server-2010-2/" rel="nofollow">http://www.bhargavs.com/index.php/2011/10/21/script-to-configure-static-ports-on-exchange-server-2010-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vps viet nam</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-351</link>
		<dc:creator>vps viet nam</dc:creator>
		<pubDate>Tue, 03 Jan 2012 16:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-351</guid>
		<description>&lt;strong&gt;vps viet nam...&lt;/strong&gt;

[...]Script to configure static ports on Exchange Server 2010 &#171; Bhargav&#039;s IT Playground[...]...</description>
		<content:encoded><![CDATA[<p><strong>vps viet nam&#8230;</strong></p>
<p>[...]Script to configure static ports on Exchange Server 2010 &laquo; Bhargav&#039;s IT Playground[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kronberg</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-134</link>
		<dc:creator>Brian Kronberg</dc:creator>
		<pubDate>Wed, 06 Oct 2010 04:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-134</guid>
		<description>For anyone who gets this far reading, please know that the MSExchangeAB port is assigned via a registry key with Exchange 2010 SP1.

http://blogs.msexchange.org/walther/2010/06/09/exchange-2010-sp1-change-to-how-static-ports-are-assigned-on-a-cas-server/</description>
		<content:encoded><![CDATA[<p>For anyone who gets this far reading, please know that the MSExchangeAB port is assigned via a registry key with Exchange 2010 SP1.</p>
<p><a href="http://blogs.msexchange.org/walther/2010/06/09/exchange-2010-sp1-change-to-how-static-ports-are-assigned-on-a-cas-server/" rel="nofollow">http://blogs.msexchange.org/walther/2010/06/09/exchange-2010-sp1-change-to-how-static-ports-are-assigned-on-a-cas-server/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kronberg</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-98</link>
		<dc:creator>Brian Kronberg</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-98</guid>
		<description>Yep, the -force parameter is still broken. All you need to do is remove the quotes around $false.

Change:
param([string]$server,[string]$rpcport = &#039;7575&#039;,[string]$abport = &#039;7576&#039;,[bool]force = &quot;$false&quot;)

To:
param([string]$server,[string]$rpcport = &#039;7575&#039;,[string]$abport = &#039;7576&#039;,[bool]force = $false)

Thanks for the script!</description>
		<content:encoded><![CDATA[<p>Yep, the -force parameter is still broken. All you need to do is remove the quotes around $false.</p>
<p>Change:<br />
param([string]$server,[string]$rpcport = &#8217;7575&#8242;,[string]$abport = &#8217;7576&#8242;,[bool]force = &#8220;$false&#8221;)</p>
<p>To:<br />
param([string]$server,[string]$rpcport = &#8217;7575&#8242;,[string]$abport = &#8217;7576&#8242;,[bool]force = $false)</p>
<p>Thanks for the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhargav</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-92</link>
		<dc:creator>Bhargav</dc:creator>
		<pubDate>Wed, 07 Jul 2010 17:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-92</guid>
		<description>Yes that was my typo in script. I have fixed it. Thanks!</description>
		<content:encoded><![CDATA[<p>Yes that was my typo in script. I have fixed it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhargav</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-91</link>
		<dc:creator>Bhargav</dc:creator>
		<pubDate>Wed, 07 Jul 2010 17:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-91</guid>
		<description>Thanks! I have updated the script.</description>
		<content:encoded><![CDATA[<p>Thanks! I have updated the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsphere Weekend Read [2010-05-22] &#124; Zero Hour Sleep</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-71</link>
		<dc:creator>Blogsphere Weekend Read [2010-05-22] &#124; Zero Hour Sleep</dc:creator>
		<pubDate>Sat, 22 May 2010 10:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-71</guid>
		<description>[...] Script to configure static ports on Exchange Server 2010 Bhargavs [...]</description>
		<content:encoded><![CDATA[<p>[...] Script to configure static ports on Exchange Server 2010 Bhargavs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Richard</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-70</link>
		<dc:creator>Pat Richard</dc:creator>
		<pubDate>Fri, 21 May 2010 01:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-70</guid>
		<description>Here&#039;s another one:
$REG_KEY = &quot;System\\CurrentControlSet\\Services\\MSExchangeRPC\\ParameterSystem&quot;

should be
$REG_KEY = &quot;System\\CurrentControlSet\\Services\\MSExchangeRPC\\ParametersSystem&quot;

Otherwise, the proper registry value isn&#039;t set, as is evidenced by running
netstat -an -p tcp</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another one:<br />
$REG_KEY = &#8220;System\\CurrentControlSet\\Services\\MSExchangeRPC\\ParameterSystem&#8221;</p>
<p>should be<br />
$REG_KEY = &#8220;System\\CurrentControlSet\\Services\\MSExchangeRPC\\ParametersSystem&#8221;</p>
<p>Otherwise, the proper registry value isn&#8217;t set, as is evidenced by running<br />
netstat -an -p tcp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Margolin</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-69</link>
		<dc:creator>David Margolin</dc:creator>
		<pubDate>Thu, 20 May 2010 21:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-69</guid>
		<description>I also had to run the cmd:

c:\scripts\Set-StaticPorts.ps1 -Server SERVER -rpcport &quot;7575&quot; -abport &quot;7576&quot; -force $false</description>
		<content:encoded><![CDATA[<p>I also had to run the cmd:</p>
<p>c:\scripts\Set-StaticPorts.ps1 -Server SERVER -rpcport &#8220;7575&#8243; -abport &#8220;7576&#8243; -force $false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Richard</title>
		<link>http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/comment-page-1/#comment-68</link>
		<dc:creator>Pat Richard</dc:creator>
		<pubDate>Thu, 20 May 2010 21:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/2010/05/19/script-to-configure-static-ports-on-exchange-server-2010/#comment-68</guid>
		<description>Noticed a typo
[bool]force = &quot;$false&quot;)
should be
[bool]$force = &quot;$false&quot;)</description>
		<content:encoded><![CDATA[<p>Noticed a typo<br />
[bool]force = &#8220;$false&#8221;)<br />
should be<br />
[bool]$force = &#8220;$false&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

