Would like to filter out any record that contains the character "$"- e.g. "Account Name: vm$"
Using the query as below but not working-
logtype="Windows Event Logs" and eventid="4624" and message!="*$"
Appreciate any guidance.
Thank you.