2
Answers

How to fetch "Applications and Services logs" event logs usi

Sumit Kumawat

Sumit Kumawat

7y
153
1
Hi All,
 
I am using Fetching Application event log, System event logs under the "Windows Log" using WMI QUERY as below
 
" Select * From Win32_NTLogEvent Where Logfile ='Application' "
 
now i want to fetch the logs which are maintaining under the "Applications and Services Logs" but using this query i am not able to fetch the information.
 
Please help to write correct query.
 
TIA 
Answers (2)