Powershell - Multiple Where-Object Filters
Get-ChildItem -Path C: -Recurse -Include *.txt | Where {($_.Length -eq 0) -and ($_.Mode -eq "-a---")}
0 comments:
Post a Comment