Hello, i've got a problem monitoring Eventlogs on windows 2003 machines using WMI
wmic -U domain/username%pass //machine "select * from Win32_NTLogEvent" This command run from zenoss will list all the events. The following commands will not produce any result or error. wmic -U domain/username%pass //machine "SELECT * FROM __InstanceCreationEvent where TargetInstance ISA 'Win32_NTLogEvent' and TargetInstance.EventType <= 2" wmic -U domain/username%pass //machine "SELECT * FROM __InstanceCreationEvent" Does anyone know why __InstanceCreationEvent is empty? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25331#25331 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
