<?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: VI Toolkit One-Liner: Change VM Network</title>
	<atom:link href="http://halr9000.com/article/577/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/577</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/577/comment-page-1#comment-6849</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Fri, 08 Aug 2008 12:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/577#comment-6849</guid>
		<description>Generally speaking, yes.  :)  Thanks for the addition.</description>
		<content:encoded><![CDATA[<p>Generally speaking, yes.  <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks for the addition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wally</title>
		<link>http://halr9000.com/article/577/comment-page-1#comment-6848</link>
		<dc:creator>Wally</dc:creator>
		<pubDate>Fri, 08 Aug 2008 08:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/577#comment-6848</guid>
		<description>One hardly wants to move ALL vm&#039;s to a new network, most of the time you&#039;d want to move from one network to another so it would be something like this ?

Get-VM &#124; Get-NetworkAdapter &#124; where { $_.NetworkName  -eq  &#039;Old Network&#039; } &#124; Set-NetworkAdapter -NetworkName &quot;New Network&quot;</description>
		<content:encoded><![CDATA[<p>One hardly wants to move ALL vm&#8217;s to a new network, most of the time you&#8217;d want to move from one network to another so it would be something like this ?</p>
<p>Get-VM | Get-NetworkAdapter | where { $_.NetworkName  -eq  &#8216;Old Network&#8217; } | Set-NetworkAdapter -NetworkName &#8220;New Network&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

