Quantcast
Viewing all articles
Browse latest Browse all 21975

search content from emails (.msg) files

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?


Viewing all articles
Browse latest Browse all 21975

Trending Articles