<?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: 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>
	<pubDate>Thu, 20 Nov 2008 09:30:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/577#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-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's to a new network, most of the time you'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  'Old Network' } &#124; Set-NetworkAdapter -NetworkName "New Network"</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>
