Quote from: Victor Kirhenshtein on November 13, 2011, 11:17:29 AMin result - where i should give %%count%% ? What field of DCC?
Hi!
I have added special option to get number of rows in WMI query result set - if you give %%count%% as property name, agent will return number of rows.
Best regards,
Victor
Code Select
WMI.Query(root\CIMV2\, Select %%count%% from Win32_NTLogEvent Where Logfile = 'System' and EventType = '3' and EventCode = '1020')like this?