powershell search files for string

Select-String -Path "C:\path\to\files\*" -Pattern "yourSearchString"