PowerShell Grep для строки в папке

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