Customer Self-Service Portal

How to filter applog windows event message string that contain certain character?

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.