I have always wondered if there is a good way to tail the Windows event log. (like $tail -f /var/log/messages)
I can get the contents of the Event Log by "Get-EventLog" command but I have to run the command each time.
Of course I can loop like this but it is not easy to follow.