Send mail on event log error trigger safe check frequency
- by Zeb Rawnsley
I want to use powershell to alert me when an error occurs in the event viewer on my new Win2k12 Standard Server, I was thinking I could have the script execute every 10mins but don't want to put any strain on the server just for event log checking, here is the powershell script I want to use:
$SystemErrors = Get-EventLog System | Where-Object {…