| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Log | Reference | The Log property references the log file that contains the NT log event. | |
| Record | Reference | The 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";    }; | |||