Can someone explain me how to get access to arbitrary system logs in eventlog
service files?
Now I'm poking around WMI(wmic.exe) and trying to execute following commands:
For system services like applications this approach works ok:
WMIC NTEVENT WHERE "LogFile='application'"
And the other log file with following syntax fails.
WMIC NTEVENT WHERE "LogFile='Microsoft-Windows-CAPI2/Operational'"
leads to:
No Instance(s) Available.
Can somebody share working command to do the job or any kind of tutorial about that stuff?