WebReports vs CLI

Hi all.

I’m trying to get data from the database of IEM, through the “BigFix relevance session tester” tool. I managed constructions like this:

(display names whose (it = “C_Code”) of properties of it , values of it) of (property results of bes computers whose(operating system of it = “Win2008R2 6.1.7601”))

and it works.

The problem is when I try to do the same construction in CLI language.

CLI someone has used before to get something like that?

Thancks!!

1 Like

It looks like you are missing an end quote on your command line.

Does adding a closing quote fix the error?

in CLI can skip the last quote. but, whit the quote , It does not work either:

thanks.

1 Like