<?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"
	>
<channel>
	<title>Comments on: What Good is PowerShell?</title>
	<atom:link href="http://blog.sbs-rocks.com/2008/08/19/what-good-is-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sbs-rocks.com/2008/08/19/what-good-is-powershell/</link>
	<description>Bitzie I started bloggin just for you, http://msmvps.com/blogs/bradley/</description>
	<pubDate>Wed, 07 Jan 2009 18:48:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Chris Knight</title>
		<link>http://blog.sbs-rocks.com/2008/08/19/what-good-is-powershell/#comment-662</link>
		<dc:creator>Chris Knight</dc:creator>
		<pubDate>Wed, 20 Aug 2008 02:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sbs-rocks.com/?p=260#comment-662</guid>
		<description>This assumes that ReservedPorts already exists:

for /f "tokens=3" %i in ('reg query HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v ReservedPorts') do reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v ReservedPorts /t REG_MULTI_SZ /d %i1645-16461701-17011812-18132883-28834500-4500 /f

Otherwise you just do a straight reg add.</description>
		<content:encoded><![CDATA[<p>This assumes that ReservedPorts already exists:</p>
<p>for /f &#8220;tokens=3&#8243; %i in (&#8217;reg query HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v ReservedPorts&#8217;) do reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v ReservedPorts /t REG_MULTI_SZ /d %i1645-16461701-17011812-18132883-28834500-4500 /f</p>
<p>Otherwise you just do a straight reg add.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
