<?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 Script: Get-Parameter</title>
	<atom:link href="http://halr9000.com/article/507/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/507</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Tue, 16 Mar 2010 02:01:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Random Letters &#124; TechProsaic</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7520</link>
		<dc:creator>Random Letters &#124; TechProsaic</dc:creator>
		<pubDate>Sun, 24 Jan 2010 05:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7520</guid>
		<description>[...] However, there is an easier way. Let’s go back a step and have a look at Get-Random’s second mode. Here is a table showing the two parameter sets (output created with my Get-Parameter script): [...]</description>
		<content:encoded><![CDATA[<p>[...] However, there is an easier way. Let’s go back a step and have a look at Get-Random’s second mode. Here is a table showing the two parameter sets (output created with my Get-Parameter script): [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7309</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Fri, 25 Sep 2009 18:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7309</guid>
		<description>Guys, I&#039;ve updated the script to work &quot;standalone&quot; instead of as a function.  Download the new version and it should work as you are expecting.</description>
		<content:encoded><![CDATA[<p>Guys, I&#8217;ve updated the script to work &#8220;standalone&#8221; instead of as a function.  Download the new version and it should work as you are expecting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7297</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7297</guid>
		<description>Hi Brian,

To be honest I don&#039;t know if I got this to work or if I just skipped this part in the book ;)

Kenneth</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>To be honest I don&#8217;t know if I got this to work or if I just skipped this part in the book <img src='http://halr9000.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Reck</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7296</link>
		<dc:creator>Brian Reck</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7296</guid>
		<description>Kenneth,

Have you had any luck with this?. I am having the same issue - no output!
I am running : .\Get-Parameter.ps1 Get-EventLog

Thanks
Brian</description>
		<content:encoded><![CDATA[<p>Kenneth,</p>
<p>Have you had any luck with this?. I am having the same issue &#8211; no output!<br />
I am running : .\Get-Parameter.ps1 Get-EventLog</p>
<p>Thanks<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7158</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7158</guid>
		<description>Kenneth, what you need to do is to dot-source the file first, and then you&#039;ll have a get-parameter function available for use.  There&#039;s pros and cons, but I basically decided to distribute the script this way as a part of how I organize smaller scripts into modular pieces which are loaded in every powershell session from my profile.  You can read more about dot-sourcing here: http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx#EMBAC</description>
		<content:encoded><![CDATA[<p>Kenneth, what you need to do is to dot-source the file first, and then you&#8217;ll have a get-parameter function available for use.  There&#8217;s pros and cons, but I basically decided to distribute the script this way as a part of how I organize smaller scripts into modular pieces which are loaded in every powershell session from my profile.  You can read more about dot-sourcing 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></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-7155</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-7155</guid>
		<description>I think I&#039;m missing out on something. I&#039;m going through the book (compliments so far!) and reached the section in where this get-parameter script is discussed. The ouput of the scripts keeps on coming back in the book.

My problem now is that the script won&#039;t give me any output at all.
For example: .\Get-Parameter.ps1 get-eventlog

doesn&#039;t show me anything. I&#039;ve tried different kinds of approaches but never got the output as shown in the book.

Please advice in what I am doing wrong here?

Many Thanks!
Kenneth</description>
		<content:encoded><![CDATA[<p>I think I&#8217;m missing out on something. I&#8217;m going through the book (compliments so far!) and reached the section in where this get-parameter script is discussed. The ouput of the scripts keeps on coming back in the book.</p>
<p>My problem now is that the script won&#8217;t give me any output at all.<br />
For example: .\Get-Parameter.ps1 get-eventlog</p>
<p>doesn&#8217;t show me anything. I&#8217;ve tried different kinds of approaches but never got the output as shown in the book.</p>
<p>Please advice in what I am doing wrong here?</p>
<p>Many Thanks!<br />
Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-6759</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Mon, 30 Jun 2008 17:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-6759</guid>
		<description>thanks dude, good work!</description>
		<content:encoded><![CDATA[<p>thanks dude, good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oisin G.</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-6758</link>
		<dc:creator>Oisin G.</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-6758</guid>
		<description>Hey Hal,

Nice script! I tweaked it a little to handle aliases (including aliases to aliases). (v.91)

- Oisin</description>
		<content:encoded><![CDATA[<p>Hey Hal,</p>
<p>Nice script! I tweaked it a little to handle aliases (including aliases to aliases). (v.91)</p>
<p>- Oisin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 31 &#8211; Money for Nothin&#8217; and Tips for Free &#171; PowerScripting Podcast</title>
		<link>http://halr9000.com/article/507/comment-page-1#comment-6757</link>
		<dc:creator>Episode 31 &#8211; Money for Nothin&#8217; and Tips for Free &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/507#comment-6757</guid>
		<description>[...] Hal has a script up called Get-Parameter. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hal has a script up called Get-Parameter. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
