<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for '(app:forums OR groupid:24)' matching tags 'PowerShell' and 'timestamps'</title><link>http://powershell.com/cs/search/SearchResults.aspx?q=(app:forums+OR+groupid:24)&amp;tag=PowerShell,timestamps&amp;orTags=0&amp;o=DateDescending</link><description>Search results for '(app:forums OR groupid:24)' matching tags 'PowerShell' and 'timestamps'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Re: Find Directories Matching Criteria and Sum Contents</title><link>http://powershell.com/cs/forums/thread/10605.aspx</link><pubDate>Tue, 31 May 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:10605</guid><dc:creator>marten.cassel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Hope this is want you want:&lt;/p&gt;
&lt;p&gt;Get-ChildItem | Where {$_.psIsContainer -eq $true -and ($_.CreationTime -gt (get-date).Subtract((New-TimeSpan -Days 7)))}&lt;/p&gt;
&lt;p&gt;Doesnt look so elegant..&lt;/p&gt;
&lt;p&gt;This led me into thinking that one could write a powershell Find command. So i googled and found this: &lt;/p&gt;
&lt;p&gt;http://devcentral.f5.com/weblogs/Joe/archive/2009/04/29/unix-to-powershell---find.aspx
&lt;/p&gt;
&lt;p&gt;// M&amp;aring;rten Cassel&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Trying to list the timestamps in a file listing</title><link>http://powershell.com/cs/forums/thread/9906.aspx</link><pubDate>Mon, 11 Apr 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:9906</guid><dc:creator>Robert Gibson</dc:creator><description>&lt;p&gt;I am trying to find a way to use Powershell to list just the timestamps of a directory listing. &amp;nbsp;I am trying to find a way to populate a report where I need to list all the timestamps of SQL Server backup files stored in several directories. &amp;nbsp;Currently I am manually updating my Excel sheet with each file&amp;#39;s timestamp, but this is very tedious. &amp;nbsp;I would love to be able to use Powershell to list all the SQL Server backup files and their timestamps and pipe them into a CSV format that I can use to update my formatted report.&lt;/p&gt;
&lt;p&gt;Does anyone have any ideas?&lt;/p&gt;</description></item></channel></rss>