Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Re: Find Directories Matching Criteria and Sum Contents

    Hi, Hope this is want you want: Get-ChildItem | Where {$_.psIsContainer -eq $true -and ($_.CreationTime -gt (get-date).Subtract((New-TimeSpan -Days 7)))} Doesnt look so elegant.. This led me into thinking that one could write a powershell Find command. So i googled and found this: http://devcentral.f5...
    Posted to Learn PowerShell (Forum) by marten.cassel on 05-31-2011
    Filed under: Learning PowerShell, powershell, timestamps
Page 1 of 1 (1 items)
Copyright 2012 PowerShell.com. All rights reserved.