<?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 for Bhargav&#039;s IT Playground</title>
	<atom:link href="http://www.bhargavs.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bhargavs.com</link>
	<description>Passion for Technology. Power of Messaging.</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:47:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Script to configure static ports on Exchange Server 2010 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 = &#8216;7575&#8242;,[string]$abport = &#8216;7576&#8242;,[bool]force = &#8220;$false&#8221;)</p>
<p>To:<br />
param([string]$server,[string]$rpcport = &#8216;7575&#8242;,[string]$abport = &#8216;7576&#8242;,[bool]force = $false)</p>
<p>Thanks for the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to configure static ports on Exchange Server 2010 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>Comment on Script to configure static ports on Exchange Server 2010 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>Comment on Script to install Exchange 2010 pre-requisites for Windows Server 2008 R2 by Wlevels</title>
		<link>http://www.bhargavs.com/index.php/2009/11/18/script-to-install-exchange-2010-pre-requisites-for-windows-server-2008-r2/comment-page-1/#comment-89</link>
		<dc:creator>Wlevels</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/powershell/2009/11/script-to-install-exchange-2010-pre-requisites-for-windows-server-2008-r2/#comment-89</guid>
		<description>Nice script! Will post a link to this article on my blog!

Thanks!</description>
		<content:encoded><![CDATA[<p>Nice script! Will post a link to this article on my blog!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send a Tweet from PowerShell by Powershell: Send Tweet &#124; Thomas Maurer &#8211; Just another sys admin weblog</title>
		<link>http://www.bhargavs.com/index.php/2010/03/16/send-a-tweet-from-powershell/comment-page-1/#comment-81</link>
		<dc:creator>Powershell: Send Tweet &#124; Thomas Maurer &#8211; Just another sys admin weblog</dc:creator>
		<pubDate>Fri, 11 Jun 2010 13:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/powershell/2010/03/send-a-tweet-from-powershell/#comment-81</guid>
		<description>[...] If you need a interactive script you can simply use this (seen by Bhargav&#8217;s IT Playground) [...]</description>
		<content:encoded><![CDATA[<p>[...] If you need a interactive script you can simply use this (seen by Bhargav&#8217;s IT Playground) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to install Exchange 2010 pre-requisites for Windows Server 2008 R2 by sidefumbling &#187; Script to install all Exchange 2010 prerequisites</title>
		<link>http://www.bhargavs.com/index.php/2009/11/18/script-to-install-exchange-2010-pre-requisites-for-windows-server-2008-r2/comment-page-1/#comment-80</link>
		<dc:creator>sidefumbling &#187; Script to install all Exchange 2010 prerequisites</dc:creator>
		<pubDate>Thu, 10 Jun 2010 20:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bhargavs.com/index.php/powershell/2009/11/script-to-install-exchange-2010-pre-requisites-for-windows-server-2008-r2/#comment-80</guid>
		<description>[...] needed for PowerShell v2. So I started with a great script and made it better. My starting point is Bhargav Shukla&#8217;s script, which in turn started [...]</description>
		<content:encoded><![CDATA[<p>[...] needed for PowerShell v2. So I started with a great script and made it better. My starting point is Bhargav Shukla&#8217;s script, which in turn started [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to configure static ports on Exchange Server 2010 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>Comment on Script to configure static ports on Exchange Server 2010 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>Comment on Script to configure static ports on Exchange Server 2010 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>Comment on Script to configure static ports on Exchange Server 2010 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>
