09-14-05 12:48 PM
Hello Group.
Does anyone know whether I can monitor events in my own custom event
log that I've created, say "MyCompany", using Health Monitor?
Would this work (taken from the help menu):
Monitoring events in other Windows event logs
Create a WMI event query data collector with the following values:
Namespace
ROOT\CIMV2\
Class
Win32_NTLogEvent
WQL Query
Intrinsic
Instance Creation Event
Query: SELECT * FROM __InstanceCreationEvent WHERE TargetInstance ISA
"Win32_NTLogEvent" AND TargetInstance.Logfile=MyComany
Thanks for your help.
[ Post a follow-up to this message ]
|