Найти строку во всех файлах PowerShell
Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path
Lions and Tigers and Code...
Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path