<?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: Summary Judgment</title>
	<atom:link href="http://jdhitsolutions.com/blog/2009/08/summary-judgment/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdhitsolutions.com/blog/2009/08/summary-judgment/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=summary-judgment</link>
	<description>Advice, solutions, tips and more for the lonely Windows administrator with too much to do and not enough time.</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bart Vandyck</title>
		<link>http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-125</link>
		<dc:creator>Bart Vandyck</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-125</guid>
		<description>Hi Jeffery,

Nice stuff, I added a small menu to it, so now I just type the number of the command(s) returned and it gives me the examples..

function Global:myHelp([string] $Cmd=$(Throw &quot;Please provide a part of the command you are looking for&quot;))
{
    $results=gcm -noun $cmd
    $ColCmds=@()
    
    $iCount=0
    foreach ($result in $results)
    {
        $iCount++  
        $objCmd = New-Object system.object
        $objcmd &#124; Add-Member -type NoteProperty -name Count -value $iCount
        $objcmd &#124; Add-Member -type NoteProperty -name Name -value $result.Name
        $objCmd &#124; Add-Member -type NoteProperty -Name Synopsis -value (get-help $result).synopsis
        $colCmds += $objcmd
       
    }
    $colcmds &#124; ft -auto -wrap
     Write-Host -fore yellow &quot; to quit&quot;

        write-host -nonewline &quot;Show Info 0 - ${iCount} : &quot;;
        $choice=[console]::readline() 
        if ($choice -and ($choice -lt 0) -or ($choice -gt $icount)) 
        {
            Write-Warning &quot;&#039;${choice}&#039; is out of range!&quot;
            continue;
        }
        if($choice)
        {
            Get-help $colcmds[$choice-1].name -examples
        }
}

Thx!!</description>
		<content:encoded><![CDATA[<p>Hi Jeffery,</p>
<p>Nice stuff, I added a small menu to it, so now I just type the number of the command(s) returned and it gives me the examples..</p>
<p>function Global:myHelp([string] $Cmd=$(Throw &#8220;Please provide a part of the command you are looking for&#8221;))<br />
{<br />
    $results=gcm -noun $cmd<br />
    $ColCmds=@()</p>
<p>    $iCount=0<br />
    foreach ($result in $results)<br />
    {<br />
        $iCount++<br />
        $objCmd = New-Object system.object<br />
        $objcmd | Add-Member -type NoteProperty -name Count -value $iCount<br />
        $objcmd | Add-Member -type NoteProperty -name Name -value $result.Name<br />
        $objCmd | Add-Member -type NoteProperty -Name Synopsis -value (get-help $result).synopsis<br />
        $colCmds += $objcmd</p>
<p>    }<br />
    $colcmds | ft -auto -wrap<br />
     Write-Host -fore yellow &#8221; to quit&#8221;</p>
<p>        write-host -nonewline &#8220;Show Info 0 &#8211; ${iCount} : &#8220;;<br />
        $choice=[console]::readline()<br />
        if ($choice -and ($choice -lt 0) -or ($choice -gt $icount))<br />
        {<br />
            Write-Warning &#8220;&#8216;${choice}&#8217; is out of range!&#8221;<br />
            continue;<br />
        }<br />
        if($choice)<br />
        {<br />
            Get-help $colcmds[$choice-1].name -examples<br />
        }<br />
}</p>
<p>Thx!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Hicks</title>
		<link>http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-121</link>
		<dc:creator>Jeffery Hicks</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-121</guid>
		<description>Thanks for the confirmation. I assumed it would but I didn&#039;t have a v1 instance handy to verify.</description>
		<content:encoded><![CDATA[<p>Thanks for the confirmation. I assumed it would but I didn&#8217;t have a v1 instance handy to verify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jv</title>
		<link>http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-120</link>
		<dc:creator>jv</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/summary-judgment/#comment-120</guid>
		<description>Note:  Works on V1 also.</description>
		<content:encoded><![CDATA[<p>Note:  Works on V1 also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

