Windows, Tools, Tips Thursday, November 8, 2012 Grep with Powershell by cam where {$_ -match “SomeString”} Or Inverse match (grep -v) where {$_ -notmatch “SomeString”}