Command language

(imported topic written by boostaz191)

Where can I find a list of all the properties for commands. For example If I wanted to know all the properties of the regapps command?

(imported comment written by BenKus)

Hi boostaz1,

The best way is to use the Inspector Guides at http://support.bigfix.com/fixlet. Or you can use the inspector search engine:

http://support.bigfix.com/inspectorsearch/inspector_search.html

But the tricky part of your request is that the “regapps” returns a “application” object, which can be treated like a file… so you can say things like:

names of regapps

pathnames of regapps

versions of regapps

and so on…

Ben