Windows Server 2008 Event viewer there is an option to Attach task to this event
. Is there a Microsoft solution, to send an email alert for any Error messages that flag up in the event viewer?
Windows Server 2008 Event viewer there is an option to Attach task to this event
. Is there a Microsoft solution, to send an email alert for any Error messages that flag up in the event viewer?
You can use Attach task to this log or simply create a new scheduled task.
If you want any error sending a message you have to refine the trigger. Edit the trigger and choose custom. Then you have to press the button new event filter...
With this event filter you get a message for each error that occurs.
Depends on how strictly you define "Microsoft solution."
There's an old serverfault thread on the subject here, or a tutorial I haven't tried myself here. For what it's worth, I've been relying on VB scripts to do it (on acount of that working with previous versions of Windows Server) and/or an actual enterprise monitoring system when my corporate overlords are willing to spring for it (on account of that actually being a much more complete solution).