PowerShell grep untuk string di folder

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