<?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: Book News</title>
	<atom:link href="http://halr9000.com/article/715/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/715</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/715/comment-page-1#comment-7128</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/715#comment-7128</guid>
		<description>Put this line at the bottom of the get-parameter script.

function gpm ($command) { Get-Parameter $command &#124; ft name,type,is*,pipe* -GroupBy parameterset -AutoSize }</description>
		<content:encoded><![CDATA[<p>Put this line at the bottom of the get-parameter script.</p>
<p>function gpm ($command) { Get-Parameter $command | ft name,type,is*,pipe* -GroupBy parameterset -AutoSize }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin Blackburn</title>
		<link>http://halr9000.com/article/715/comment-page-1#comment-7127</link>
		<dc:creator>Marvin Blackburn</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/715#comment-7127</guid>
		<description>I ended up putting this at the bottom of the script

Get-Parameter [cmdlet or alias] &#124; ft name,type,is*,pipe* -GroupBy parameterset -AutoSize
gpm ( $args[0] )


I run this from command line.  I coulnd not seem to be able  define it in such a way to be available in the shell.

Get-Paramter get-eventlog
gives the output like the book.

Thanks for your help.  I&#039;m finding the book to be most helpful.  
My needs are mostly reporting and monitoring, but I the rest of it will be helpful also.</description>
		<content:encoded><![CDATA[<p>I ended up putting this at the bottom of the script</p>
<p>Get-Parameter [cmdlet or alias] | ft name,type,is*,pipe* -GroupBy parameterset -AutoSize<br />
gpm ( $args[0] )</p>
<p>I run this from command line.  I coulnd not seem to be able  define it in such a way to be available in the shell.</p>
<p>Get-Paramter get-eventlog<br />
gives the output like the book.</p>
<p>Thanks for your help.  I&#8217;m finding the book to be most helpful.<br />
My needs are mostly reporting and monitoring, but I the rest of it will be helpful also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/715/comment-page-1#comment-7110</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/715#comment-7110</guid>
		<description>Once you have the function in a script, you have to &quot;dot-source&quot; it.  Dot sourcing is explained here: http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx#EMBAC.  Then, the function is available to be executed like so:

get-parameter get-childitem

And don&#039;t forget my gpm function which is equal to:

Get-Parameter [cmdlet or alias] &#124; ft name,type,is*,pipe* -GroupBy parameterset -AutoSize</description>
		<content:encoded><![CDATA[<p>Once you have the function in a script, you have to &#8220;dot-source&#8221; it.  Dot sourcing is explained here: <a href="http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx#EMBAC" rel="nofollow">http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx#EMBAC</a>.  Then, the function is available to be executed like so:</p>
<p>get-parameter get-childitem</p>
<p>And don&#8217;t forget my gpm function which is equal to:</p>
<p>Get-Parameter [cmdlet or alias] | ft name,type,is*,pipe* -GroupBy parameterset -AutoSize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin Blackburn</title>
		<link>http://halr9000.com/article/715/comment-page-1#comment-7109</link>
		<dc:creator>Marvin Blackburn</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/715#comment-7109</guid>
		<description>I purchased your book as I am a newbie to powershell.  I downloaded the get-parameter script, but can&#039;t get it to run on the PowerCLI.  Not sure what I&#039;m doing wrong.  I do have some other simple scripts that run, so I&quot;m not sure what is wrong.</description>
		<content:encoded><![CDATA[<p>I purchased your book as I am a newbie to powershell.  I downloaded the get-parameter script, but can&#8217;t get it to run on the PowerCLI.  Not sure what I&#8217;m doing wrong.  I do have some other simple scripts that run, so I&#8221;m not sure what is wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

