<?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 Parameters, Objects, and Formatting</title>
	<atom:link href="http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:09:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lee</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-1165</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 27 Jan 2012 06:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-1165</guid>
		<description>Thank you really for this awsome work. I was thinking I never will learn this.

But you use so easy words and examples and you also explain all this things.

If you visit Vienna, you have a free beer with me :D</description>
		<content:encoded><![CDATA[<p>Thank you really for this awsome work. I was thinking I never will learn this.</p>
<p>But you use so easy words and examples and you also explain all this things.</p>
<p>If you visit Vienna, you have a free beer with me <img src='http://www.powershellpro.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-714</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 02 Nov 2011 22:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-714</guid>
		<description>I get an error when I run...

Get-WmiObject -Class Win32_ScheduledJob -Namespace root\CIMV2 &#124; Get-Member

The error is... Get-Member : No object has been specified to the get-member cmdlet.

I am running PowerShell gui ver 3.0.0.2015

Thanks,
Tony</description>
		<content:encoded><![CDATA[<p>I get an error when I run&#8230;</p>
<p>Get-WmiObject -Class Win32_ScheduledJob -Namespace root\CIMV2 | Get-Member</p>
<p>The error is&#8230; Get-Member : No object has been specified to the get-member cmdlet.</p>
<p>I am running PowerShell gui ver 3.0.0.2015</p>
<p>Thanks,<br />
Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-710</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Sun, 23 Oct 2011 12:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-710</guid>
		<description>Ahhh:

Get-Service &#124; Where-Object {$_.Status -eq &quot;stopped&quot;}

But there must be a cleaner way to display just one parameter of an object...</description>
		<content:encoded><![CDATA[<p>Ahhh:</p>
<p>Get-Service | Where-Object {$_.Status -eq &#8220;stopped&#8221;}</p>
<p>But there must be a cleaner way to display just one parameter of an object&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-709</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Sun, 23 Oct 2011 02:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-709</guid>
		<description>Howdy!

Thanks very much for this tutorial.  I am having a good time with it.

I am trying to go a bit off the page between things and keep getting stuck though.

I start with listing the base cmdlets:
get-command

OK, then I get running a command through get-member to see the attributes of the object:
say I select get-service
get-service&#124;get member

Now, how do I create a list of services where say for example Status=running?

I can already see this is going to be a very useful tool.  I just have a whole lot of learning to do!</description>
		<content:encoded><![CDATA[<p>Howdy!</p>
<p>Thanks very much for this tutorial.  I am having a good time with it.</p>
<p>I am trying to go a bit off the page between things and keep getting stuck though.</p>
<p>I start with listing the base cmdlets:<br />
get-command</p>
<p>OK, then I get running a command through get-member to see the attributes of the object:<br />
say I select get-service<br />
get-service|get member</p>
<p>Now, how do I create a list of services where say for example Status=running?</p>
<p>I can already see this is going to be a very useful tool.  I just have a whole lot of learning to do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-689</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Tue, 13 Sep 2011 03:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-689</guid>
		<description>Cybertek,

If automation is what you are after PS is the way to go. I am desktop support for a mid-large company and anything that I need to do more than twice goes straight into Power Shell. Makes my job easier and has increased productivity.

As for a beginner’s textbook, have a look at &quot;learn power shell in a month of lunches&quot; Don Jones

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Cybertek,</p>
<p>If automation is what you are after PS is the way to go. I am desktop support for a mid-large company and anything that I need to do more than twice goes straight into Power Shell. Makes my job easier and has increased productivity.</p>
<p>As for a beginner’s textbook, have a look at &#8220;learn power shell in a month of lunches&#8221; Don Jones</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cybertek</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-688</link>
		<dc:creator>Cybertek</dc:creator>
		<pubDate>Sun, 11 Sep 2011 12:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-688</guid>
		<description>I am an absolute beginner to PowerShell. I have dabbled with Visual Basic, and work some with cmd.exe. I have always wanted to learn a scripting language, but I want to learn the most powerful, most versatile scripting language around. I help manage an IT Staff as an analyst for the military. I do not have direct domain controller access, but I do understand Domains, OU’s, sites, and such. 
I would like to say thanks? Your effort in helping the beginner is commendable, I am interested in learning this language, mostly because it is very versatile and so usable. Are there many uses for scripts at the local desktop level, or that we can use to make our job easier? We service support an entire command, and so many tasks that we do could be automated if one of us knew a decent scripting language. Is PowerShell that language, especially since we are transitioning from XP to 7?

Can you suggest a good textbook for the absolute beginner?
Thanks for helping the folks that are unsure which way to go? SALUTE!</description>
		<content:encoded><![CDATA[<p>I am an absolute beginner to PowerShell. I have dabbled with Visual Basic, and work some with cmd.exe. I have always wanted to learn a scripting language, but I want to learn the most powerful, most versatile scripting language around. I help manage an IT Staff as an analyst for the military. I do not have direct domain controller access, but I do understand Domains, OU’s, sites, and such.<br />
I would like to say thanks? Your effort in helping the beginner is commendable, I am interested in learning this language, mostly because it is very versatile and so usable. Are there many uses for scripts at the local desktop level, or that we can use to make our job easier? We service support an entire command, and so many tasks that we do could be automated if one of us knew a decent scripting language. Is PowerShell that language, especially since we are transitioning from XP to 7?</p>
<p>Can you suggest a good textbook for the absolute beginner?<br />
Thanks for helping the folks that are unsure which way to go? SALUTE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garryman</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-680</link>
		<dc:creator>garryman</dc:creator>
		<pubDate>Thu, 01 Sep 2011 21:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-680</guid>
		<description>Excellent tutorials.....Easy to follow and keeps me interested....I especially like the convertTo-html cmdlet! .....Next chapter....</description>
		<content:encoded><![CDATA[<p>Excellent tutorials&#8230;..Easy to follow and keeps me interested&#8230;.I especially like the convertTo-html cmdlet! &#8230;..Next chapter&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alencdave</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-646</link>
		<dc:creator>alencdave</dc:creator>
		<pubDate>Mon, 27 Jun 2011 14:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-646</guid>
		<description>I ran the following and get output as expected :
&gt;&gt; Get-Command &#124; Format-Table

But I was not able to convert it to HTML proeprly , I wrote the following

&gt;&gt; Get-Command &#124; Format-Table &#124; ConvertTo-HTML &#124; Out &quot;PS-Command.html&quot; 

though it is creating PS-Comand.Html file but output is not same.

Would ypu please explain How to use Format cmdlets and ConvertTo-HTML together?</description>
		<content:encoded><![CDATA[<p>I ran the following and get output as expected :<br />
&gt;&gt; Get-Command | Format-Table</p>
<p>But I was not able to convert it to HTML proeprly , I wrote the following</p>
<p>&gt;&gt; Get-Command | Format-Table | ConvertTo-HTML | Out &#8220;PS-Command.html&#8221; </p>
<p>though it is creating PS-Comand.Html file but output is not same.</p>
<p>Would ypu please explain How to use Format cmdlets and ConvertTo-HTML together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-643</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Mon, 20 Jun 2011 11:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-643</guid>
		<description>It&#039;s really excellent</description>
		<content:encoded><![CDATA[<p>It&#8217;s really excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gan</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-602</link>
		<dc:creator>Gan</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-602</guid>
		<description>Good one.I made some progress today</description>
		<content:encoded><![CDATA[<p>Good one.I made some progress today</p>
]]></content:encoded>
	</item>
</channel>
</rss>

