BACK TO INDEX

Win32_NTLogEventLog
The Win32_NTLogEventLog class represents an association between an NT log event and the log file that contains the event.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
LogReferenceThe Log property references the log file that contains the NT log event.
RecordReferenceThe Record property references an NT log event.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_NTLogEventLog
   {
    Log = "Win32_NTEventlogFile.Name=\"C:\\\\WINDOWS\\\\system32\\\\config\\\\AppEvent.Evt\"";
    Record = "Win32_NTLogEvent.Logfile=\"Application\",RecordNumber=90676";
   };