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 -Path <Enter file name here> -Recurse