BACK TO INDEX

Win32_NTLogEventComputer
The Win32_NTLogEventComputer class represents an association between an NT log event and the computer from which the event was generated.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ComputerReferenceThe Computer property references the computer from which the event was generated.
RecordReferenceThe Record property references an NT log event.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_NTLogEventComputer
   {
    Computer = "Win32_ComputerSystem.Name=\"SCCM01\"";
    Record = "Win32_NTLogEvent.Logfile=\"Application\",RecordNumber=90676";
   };