Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

[PowerShell] Monitor Event Logs

$
0
0

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.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles