<?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: PowerCLI: More HAL Information</title>
	<atom:link href="http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:00:13 +0000</lastBuildDate>
	<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: vNiklas Virtualization blog &#187; Use of PowerCLI and invoke-script to get HAL running of Windows VM´s</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-11576</link>
		<dc:creator>vNiklas Virtualization blog &#187; Use of PowerCLI and invoke-script to get HAL running of Windows VM´s</dc:creator>
		<pubDate>Mon, 19 Dec 2011 09:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-11576</guid>
		<description>[...] have made an little script somewhat alike to Alan Renouf´s to get the HAL of the VM guest running in your environment, the difference in my approach is that i [...]</description>
		<content:encoded><![CDATA[<p>[...] have made an little script somewhat alike to Alan Renouf´s to get the HAL of the VM guest running in your environment, the difference in my approach is that i [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lieven</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-2263</link>
		<dc:creator>Lieven</dc:creator>
		<pubDate>Wed, 28 Apr 2010 12:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-2263</guid>
		<description>Would it be possible to include this script in your vCheck script?</description>
		<content:encoded><![CDATA[<p>Would it be possible to include this script in your vCheck script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert van den Nieuwendijk</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-1658</link>
		<dc:creator>Robert van den Nieuwendijk</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-1658</guid>
		<description>I didn&#039;t get the OSHAL with your script. The Get-WmiObject -ComputerName $_.Name-Query “SELECT * FROM Win32_PnPEntity where ClassGuid = ‘{4D36E966-E325-11CE-BFC1-08002BE10318}’“ gave an Invalid Query error on the where clause. So I changed the script to:

Get-VM &#124;Where {$_.PowerState -eq &quot;PoweredOn&quot;} &#124;Sort Name &#124;Select Name, NumCPU, @{N=&quot;OSHAL&quot;;E={(Get-WmiObject -ComputerName $_.Name-Query &quot;SELECT * FROM Win32_PnPEntity&quot; &#124;Where { $_.ClassGuid -eq &#039;{4D36E966-E325-11CE-BFC1-08002BE10318}&#039; } &#124;Select Name).Name}}, @{N=&quot;OperatingSystem&quot;;E={(Get-WmiObject -ComputerName $_ -Class Win32_OperatingSystem &#124;Select Caption).Caption}}, @{N=&quot;ServicePack&quot;;E={(Get-WmiObject -ComputerName $_ -Class Win32_OperatingSystem &#124;Select CSDVersion).CSDVersion}}

This version works for me.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get the OSHAL with your script. The Get-WmiObject -ComputerName $_.Name-Query “SELECT * FROM Win32_PnPEntity where ClassGuid = ‘{4D36E966-E325-11CE-BFC1-08002BE10318}’“ gave an Invalid Query error on the where clause. So I changed the script to:</p>
<p>Get-VM |Where {$_.PowerState -eq &#8220;PoweredOn&#8221;} |Sort Name |Select Name, NumCPU, @{N=&#8221;OSHAL&#8221;;E={(Get-WmiObject -ComputerName $_.Name-Query &#8220;SELECT * FROM Win32_PnPEntity&#8221; |Where { $_.ClassGuid -eq &#8216;{4D36E966-E325-11CE-BFC1-08002BE10318}&#8217; } |Select Name).Name}}, @{N=&#8221;OperatingSystem&#8221;;E={(Get-WmiObject -ComputerName $_ -Class Win32_OperatingSystem |Select Caption).Caption}}, @{N=&#8221;ServicePack&#8221;;E={(Get-WmiObject -ComputerName $_ -Class Win32_OperatingSystem |Select CSDVersion).CSDVersion}}</p>
<p>This version works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsento</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-1149</link>
		<dc:creator>Arsento</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-1149</guid>
		<description>Thank you! You often write very interesting articles. You improved my mood.</description>
		<content:encoded><![CDATA[<p>Thank you! You often write very interesting articles. You improved my mood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-1147</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-1147</guid>
		<description>&lt;a href=&quot;#comment-1146&quot; rel=&quot;nofollow&quot;&gt;@Hal Rottenberg &lt;/a&gt; 
Yes I finally worked out the code that converts you into a virtual Hal so we can all have our own little PowerCLI Guru.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1146" rel="nofollow">@Hal Rottenberg </a><br />
Yes I finally worked out the code that converts you into a virtual Hal so we can all have our own little PowerCLI Guru.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal Rottenberg</title>
		<link>http://www.virtu-al.net/2009/10/12/powercli-more-hal-information/#comment-1146</link>
		<dc:creator>Hal Rottenberg</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=950#comment-1146</guid>
		<description>Are you talking about me?</description>
		<content:encoded><![CDATA[<p>Are you talking about me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

