How to collect the new "Applications and Services Logs" found on Windows 7 or Windows Server 2008 us

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-03-04T21:37:55Z Indexed on 2010/03/16 21:11 UTC
Read the original article Hit count: 335

In Windows Server 2008 and Windows 7 there are new Events categorized under "Applications and Services Logs". There is also a subfolder called Microsoft which has tons of subfolders as well.

Is there any way to collect these events through WMI? For the regular "Windows Logs" such as Application and Security, it is possible to use the Win32_NTLogEvent WMI class in the cimv2 namespace. However, this class does not provide access to the new Microsoft event logs.

Any ideas?

© Stack Overflow or respective owner

Related posts about wmi

Related posts about windows-event-log