| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Computer | Reference | The Computer property references the computer from which the event was generated. | |
| Record | Reference | The 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";    }; | |||