Hi,
When running a relevance query in the presentation debugger bes computer properties that are “not set” or “unknown” are showing in the debugger but when running the code using curl If the property is “not set” or “unknown” the query returns nothing. The properties that are giving me the problem In the below query are “_ServerResponsibilityGroup,”, “_Org” and “_patch_group”
("Computer ID: " & id of it as string, "Computer Name: " & name of it, "DNS Name: " & hostname of it, "IP Address: " & ip address of it as string, "Root Server: " & root server of it, "OS: " & operating system of it, "Last Reported Time: " & last report time of it as string, "Agent Version: " & agent version of it, "Responsibility Group: " & value of results
(it, bes property “_ServerResponsibilityGroup”), "Support Group: " & value of results (it, bes property “_Org”), "Patch Group: " & value of results (it, bes property “_patch_group”))
of bes computers whose ( name of it as lowercase starts with “ComputerName”)
Thanks