PowerShell Grep dla sznurka w folderze

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