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