grep string from Message in Get-WinEvent
10:00 28 Jul 2017

I have a script to check the event logs from get-winevent, I need to show the complete results of get-winevent output based on search string from message column.

Is there any way to grep Message column in get-winevent

This is the current string

Get-WinEvent -ComputerName $Target_Machine -FilterHashtable $params
powershell