(imported topic written by Matt.Johnson)
I used the Relevance Builder built in to BigFix to generate a simple query. It’s intended to look under root\CIMV2\Security\MicrosoftTpm for the property of IsActivated_InitalValue to confirm it is True
Here is the code it generated:
(concatenation of (string values of selects “IsActivated_InitalValue from \root\CIMV2\Security\MicrosoftTpm” of wmi) as lowercase contains “True” as lowercase )
The Debugger responds with:
Error: The expression could not be evaluated: Windows Error: Invalid query
I was hoping someone could tell me where I am going wrong in my relevance query here. Also, I don’t have “Match Case” checked, so what is it adding " as lowercase" to the query?
I have confirmed that the value is present and True via WMI Explorer running as SYSTEM.
Thanks for any assistance!