<?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: Powershell VI Toolkit</title>
	<atom:link href="http://www.yellow-bricks.com/2008/04/21/powershell-vi-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com/2008/04/21/powershell-vi-toolkit/</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 19 Mar 2010 14:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2008/04/21/powershell-vi-toolkit/comment-page-1/#comment-526</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Fri, 16 May 2008 19:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=162#comment-526</guid>
		<description>seems like a copy / paste problem with a &quot; sign or something like that? I tested it in several sites and it works fine here everytime.

Duncan</description>
		<content:encoded><![CDATA[<p>seems like a copy / paste problem with a &#8221; sign or something like that? I tested it in several sites and it works fine here everytime.</p>
<p>Duncan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.yellow-bricks.com/2008/04/21/powershell-vi-toolkit/comment-page-1/#comment-524</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 16 May 2008 16:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=162#comment-524</guid>
		<description>this is exactly what i&#039;m looking for... but it doesn&#039;t work!

get the following error for each VM passed down the pipe line:

Get-View : Cannot bind parameter &#039;MoRef&#039;. Cannot convert value &quot;VirtualMachine-vm-25442&quot; to type &quot;VMware.Vim2.VimProxy.
ManagedObjectReference&quot;. Error: &quot;Invalid cast from &#039;System.String&#039; to &#039;VMware.Vim2.VimProxy.ManagedObjectReference&#039;.&quot;
At C:\tmp\vmTest.ps1:13 char:22
+ get-vm &#124; % { get-view &lt;&lt;&lt;&lt;  $_.ID } &#124; select Name, @{ Name=&quot;hostName&quot;; Expression={$_.guest.hostName}}, @{ Name=&quot;Tool
sStatus&quot;; Expression={$_.guest.toolsstatus}}, @{ Name=&quot;ToolsVersion&quot;; Expression={$_.config.tools.toolsVersion}} &#124; sort
-object name</description>
		<content:encoded><![CDATA[<p>this is exactly what i&#8217;m looking for&#8230; but it doesn&#8217;t work!</p>
<p>get the following error for each VM passed down the pipe line:</p>
<p>Get-View : Cannot bind parameter &#8216;MoRef&#8217;. Cannot convert value &#8220;VirtualMachine-vm-25442&#8243; to type &#8220;VMware.Vim2.VimProxy.<br />
ManagedObjectReference&#8221;. Error: &#8220;Invalid cast from &#8216;System.String&#8217; to &#8216;VMware.Vim2.VimProxy.ManagedObjectReference&#8217;.&#8221;<br />
At C:\tmp\vmTest.ps1:13 char:22<br />
+ get-vm | % { get-view &lt;&lt;&lt;&lt;  $_.ID } | select Name, @{ Name=&#8221;hostName&#8221;; Expression={$_.guest.hostName}}, @{ Name=&#8221;Tool<br />
sStatus&#8221;; Expression={$_.guest.toolsstatus}}, @{ Name=&#8221;ToolsVersion&#8221;; Expression={$_.config.tools.toolsVersion}} | sort<br />
-object name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hernandez</title>
		<link>http://www.yellow-bricks.com/2008/04/21/powershell-vi-toolkit/comment-page-1/#comment-479</link>
		<dc:creator>Daniel Hernandez</dc:creator>
		<pubDate>Fri, 25 Apr 2008 04:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=162#comment-479</guid>
		<description>I have yet to dig into performance issues with Powershell but currently have a VC with over 350 host and over 1500 VM&#039;s and running any powershell across the entire farm times out.  

I still require this data and decided to extract the same excat thing via Bash from a vmware communites post only thing I changed from the post was to execute the commands into a Varible and then echo the varible in a CVS format so I can pop into excel

http://communities.vmware.com/message/733192#733192

But thank you for sharing how you did it with Powershell.</description>
		<content:encoded><![CDATA[<p>I have yet to dig into performance issues with Powershell but currently have a VC with over 350 host and over 1500 VM&#8217;s and running any powershell across the entire farm times out.  </p>
<p>I still require this data and decided to extract the same excat thing via Bash from a vmware communites post only thing I changed from the post was to execute the commands into a Varible and then echo the varible in a CVS format so I can pop into excel</p>
<p><a href="http://communities.vmware.com/message/733192#733192" rel="nofollow">http://communities.vmware.com/message/733192#733192</a></p>
<p>But thank you for sharing how you did it with Powershell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
