PowerShell Pesquisar arquivos para string
Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path
Lions and Tigers and Code...
Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path
Get-ChildItem file-name.txt