I would like to accomplish something similar to:
SELECT * FROM win32_NTlogEvent WHERE logfile = 'application' AND insertionStrings LIKE '%searchString'
I know that insertionString is a string array. so I am unsure of how to access its values with WQL.