I created a script to search file contents. It works fine in other file types, but not be able to search from emails (.msg).
Here it is the basic code: select-String c:\myfolder\*.* -pattern $keyword | select-Object Filename.
I got results from other file types, except .msg. How can I make it work?