Relevance help. SELECT * FROM Lenovo_BiosSetting

Hello, I need help creating relevance for the following:

SELECT * FROM Lenovo_BiosSetting WHERE CurrentSetting LIKE “%Presence%”

I’ve tried this but it is not working:
string values of selects " CurrentSetting FROM Lenovo_GetBiosSelections" of wmis ROOT\WMI:Lenovo_GetBiosSelections"

1 Like

I don’t know how to get the current setting of a specific select, but this may be a start:

concatenation “;” of (name of it & " = " & string value of it ) of selects “* FROM Lenovo_BiosElement” of wmis “ROOT\WMI:Lenovo_BiosElement”

1 Like