Powershell grep para corda na pasta

Get-ChildItem -Recurse *.* | Select-String -Pattern "foobar" | Select-Object -Unique Path
Kirk-Patrick Brown