WMI query to Read 'Microsoft-Windows-AppLocker/EXE and DLL' C#
问题 I have created an agent to read windows event using WMI. I ma using the agent from last 3 years to collect events. It is used in a SEIM product. The query looks like SELECT * FROM Win32_NTLogEvent where LogFile = 'System' or logFile='Active Directory Web Services' I am able to get the events properly. But Now I want to read apploacker events 'Microsoft-Windows-AppLocker/EXE and DLL' (Application and Security Logs -> Microsoft -> Windows -> AppLocker -> Exe And DLL). I tried the below query