find string in all files powershell

C
Get-ChildItem -Recurse | Select-String "dummy" -List | Select Path
Source

Also in C: