powershell search file for string code example Example: find string in all files powershell Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path