<?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>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: 317</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-502</link>
		<dc:creator>317</dc:creator>
		<pubDate>Wed, 07 Jul 2010 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-502</guid>
		<description>can&#039;t find the “Turn light bulb On” method
=P</description>
		<content:encoded><![CDATA[<p>can&#8217;t find the “Turn light bulb On” method<br />
=P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishwas Setty</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-480</link>
		<dc:creator>Vishwas Setty</dc:creator>
		<pubDate>Fri, 21 May 2010 16:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-480</guid>
		<description>Hey,

   The first thing you talk about in this tutorial is get-executionpolicy which u say us to provide the - and commands..but the get-executionpolicy is to set or get the policy like unrestricted/restricted or stuffs like that...I am confused with the first one..Plz help me...

Regards
Vishwas</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>   The first thing you talk about in this tutorial is get-executionpolicy which u say us to provide the &#8211; and commands..but the get-executionpolicy is to set or get the policy like unrestricted/restricted or stuffs like that&#8230;I am confused with the first one..Plz help me&#8230;</p>
<p>Regards<br />
Vishwas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-461</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Wed, 24 Mar 2010 08:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-461</guid>
		<description>very usefull and helpfull information.thank you very, very much</description>
		<content:encoded><![CDATA[<p>very usefull and helpfull information.thank you very, very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-444</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-444</guid>
		<description>Thanks for this information, it&#039;s pretty useful.</description>
		<content:encoded><![CDATA[<p>Thanks for this information, it&#8217;s pretty useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-440</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-440</guid>
		<description>I am trying to figure out a way to look at child items in a folder, only take files with a certain extension, then only take those greater than 2 hours old, then delete those files (leaving those less than 2 hours old still in the folder).  Anyone have any ideas on this?  New to powershell and this is not workable but is a start:   
Get-ChildItem C:\test &#124; where-object {$_.extension -eq &quot;.reg&quot;} &#124; Where-Object {$_.lastwritetime -gt(-2)}
Thanks!</description>
		<content:encoded><![CDATA[<p>I am trying to figure out a way to look at child items in a folder, only take files with a certain extension, then only take those greater than 2 hours old, then delete those files (leaving those less than 2 hours old still in the folder).  Anyone have any ideas on this?  New to powershell and this is not workable but is a start:<br />
Get-ChildItem C:\test | where-object {$_.extension -eq &#8220;.reg&#8221;} | Where-Object {$_.lastwritetime -gt(-2)}<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-413</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-413</guid>
		<description>nm, i missed the . in {$_.lastwrite....</description>
		<content:encoded><![CDATA[<p>nm, i missed the . in {$_.lastwrite&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-412</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-412</guid>
		<description>Updated, I got rid of the errors, but in is just returning me to a;

PS C:\MyScripts&gt;  

Should I see an output file?</description>
		<content:encoded><![CDATA[<p>Updated, I got rid of the errors, but in is just returning me to a;</p>
<p>PS C:\MyScripts&gt;  </p>
<p>Should I see an output file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-411</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-411</guid>
		<description>Hi, when I run Get-ChildItem -Path C:\ -Recurse &#124; Where-Object {$_.LastWriteTime -gt “10/12/2009&quot;} i get the following errors.

Get-chiditem : access to the path &#039;c:\D0a84b...\amd64. is denied 

and then i am returend to a 

PS C:\MyScripts&gt;

I never see anything displayed.  I have a test file that i created on the 13th.</description>
		<content:encoded><![CDATA[<p>Hi, when I run Get-ChildItem -Path C:\ -Recurse | Where-Object {$_.LastWriteTime -gt “10/12/2009&#8243;} i get the following errors.</p>
<p>Get-chiditem : access to the path &#8216;c:\D0a84b&#8230;\amd64. is denied </p>
<p>and then i am returend to a </p>
<p>PS C:\MyScripts&gt;</p>
<p>I never see anything displayed.  I have a test file that i created on the 13th.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: totbean</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-389</link>
		<dc:creator>totbean</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-389</guid>
		<description>SAC - you seem to have missed the cloing apostrophes : &quot;07/25/2009&quot;. It could also be that recursing the c: drive takes an age</description>
		<content:encoded><![CDATA[<p>SAC &#8211; you seem to have missed the cloing apostrophes : &#8220;07/25/2009&#8243;. It could also be that recursing the c: drive takes an age</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAC</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/comment-page-1/#comment-388</link>
		<dc:creator>SAC</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/#comment-388</guid>
		<description>when I tried to run this command:

Get-ChildItem -Path C:\ -Recurse &#124; Where-Object {$_.LastWriteTime -gt “07/25/2009?}

the only thing I get is this:

&gt;&gt;

and have to ctl+c to exit out back the 
PS prompt

What am I doing wrong? 

thanks</description>
		<content:encoded><![CDATA[<p>when I tried to run this command:</p>
<p>Get-ChildItem -Path C:\ -Recurse | Where-Object {$_.LastWriteTime -gt “07/25/2009?}</p>
<p>the only thing I get is this:</p>
<p>&gt;&gt;</p>
<p>and have to ctl+c to exit out back the<br />
PS prompt</p>
<p>What am I doing wrong? </p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
