Sorry, but there are no more tags available to filter with.
-
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...