This is an MP that will send all System and Application Log critical events.
http://www.scomgod.com/wp-content/uploads/2014/07/SCOMCatchAll.zip
VBS script to create test System Event log error event:
Set shell = CreateObject(“WScript.Shell”)
shell.LogEvent 4, “SCOM Alert test”
Recent Comments