<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PowerShell: Parse an RSS Feed and E-mail/Text Yourself the Results</title>
	<link>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Thu, 20 Nov 2008 17:57:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Chrissy</title>
		<link>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-809</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:46:10 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-809</guid>
		<description>Hey Bruno,
I didn't try the script but I believe if you did less than -7, it would delete everything from the present time until 1 week ago. He's looking to delete everything with a timestamp greater than 1 week ago.</description>
		<content:encoded><![CDATA[<p>Hey Bruno,<br />
I didn't try the script but I believe if you did less than -7, it would delete everything from the present time until 1 week ago. He's looking to delete everything with a timestamp greater than 1 week ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrissy</title>
		<link>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-808</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:44:55 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-808</guid>
		<description>Hey Corey,
I think it's important to know both.. practicing your WSH will likely come in handy at some point.

That sounds like a tough script.. how long did it take to pull off?</description>
		<content:encoded><![CDATA[<p>Hey Corey,<br />
I think it's important to know both.. practicing your WSH will likely come in handy at some point.</p>
<p>That sounds like a tough script.. how long did it take to pull off?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Gomes</title>
		<link>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-799</link>
		<dc:creator>Bruno Gomes</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:07:28 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-799</guid>
		<description>Hi there!
If you want to delete files older than seven days, shouldn't you say:
if ($file.LastWriteTime -lt $curTime.Add("-7"))

instead of
if ($file.LastWriteTime -gt $curTime.Add("-7"))
?</description>
		<content:encoded><![CDATA[<p>Hi there!<br />
If you want to delete files older than seven days, shouldn't you say:<br />
if ($file.LastWriteTime -lt $curTime.Add("-7"))</p>
<p>instead of<br />
if ($file.LastWriteTime -gt $curTime.Add("-7"))<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-788</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 26 Oct 2007 20:07:21 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/#comment-788</guid>
		<description>Oh, that is sweet. 

I just had to write some WSH for the first time in years and now I realize I should have taken a day or two and learned enough PowerShell to pull off the same moves. 

For the interested, my scripts take uncompressed audio files and uploads them to S3 -- 250 GB in the first batch. It is quite a rube goldberg though since the S3 upload tool I picked is a Java based "shell", not an object I can interact with directly.</description>
		<content:encoded><![CDATA[<p>Oh, that is sweet. </p>
<p>I just had to write some WSH for the first time in years and now I realize I should have taken a day or two and learned enough PowerShell to pull off the same moves. </p>
<p>For the interested, my scripts take uncompressed audio files and uploads them to S3 -- 250 GB in the first batch. It is quite a rube goldberg though since the S3 upload tool I picked is a Java based "shell", not an object I can interact with directly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
