<?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: How to become a DIMM-wit!</title>
	<atom:link href="http://www.powershellpro.com/dimm-witt/200/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com/dimm-witt/200/</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed Hartmann</title>
		<link>http://www.powershellpro.com/dimm-witt/200/comment-page-1/#comment-497</link>
		<dc:creator>Ed Hartmann</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/dimm-witt/200/#comment-497</guid>
		<description>The script shown does not use the correct syntax for ForEach.
Here is the correct syntax:

$colSlots &#124; ForEach {&quot;Total Number of DIMM Slots: &quot; + $_.MemoryDevices}

$colRAM &#124; ForEach {
    &quot;Memory Installed: &quot; + $_.DeviceLocator
    &quot;Memory Size: &quot; + ($_.Capacity / 1GB) + &quot; GB&quot;

reference: http://technet.microsoft.com/en-us/library/dd347608.aspx</description>
		<content:encoded><![CDATA[<p>The script shown does not use the correct syntax for ForEach.<br />
Here is the correct syntax:</p>
<p>$colSlots | ForEach {&#8220;Total Number of DIMM Slots: &#8221; + $_.MemoryDevices}</p>
<p>$colRAM | ForEach {<br />
    &#8220;Memory Installed: &#8221; + $_.DeviceLocator<br />
    &#8220;Memory Size: &#8221; + ($_.Capacity / 1GB) + &#8221; GB&#8221;</p>
<p>reference: <a href="http://technet.microsoft.com/en-us/library/dd347608.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/dd347608.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
