The Software collector lists software installed on managed devices.
Collector output
Field | Type | Description |
|---|---|---|
displayname | String | Commonly used software name. |
installdate | Timestamp | A date-time value indicating when the object was installed. |
publisher | String | The name of the software's supplier. |
version | String | Software version information. |
Note
On Debian systems, the publisher and installdate fields will not return any values
Example: Show installed software provided by 'Bad Co.' publisher
Software where Software publisher equals "Bad Co."
What software is installed
Software installdate, publisher, version, displayname, displayname
Which software version am i running - by program single
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom"
Which software version am i running - by program many
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" OR Software displayname contains "google" OR Software displayname contains "adobe"
Which software version am i running - by version single
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" AND Software version not equals "4.6"
Which software version am i running - by version many
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" AND Software version not equals "4.6" AND Software version not equals "4.5" AND Software version not equals "4.1"
Example: Show installed software provided by 'Bad Co.' publisher
Software where Software publisher equals "Bad Co."
What software is installed
Software installdate, publisher, version, displayname, displayname
Which software version am i running - by program single
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom"
Which software version am i running - by program many
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" OR Software displayname contains "google" OR Software displayname contains "adobe"
Which software version am i running - by version single
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" AND Software version not equals "4.6"
Which software version am i running - by version many
Software installdate, publisher, version, displayname WHERE Software displayname contains "zoom" AND Software version not equals "4.6" AND Software version not equals "4.5" AND Software version not equals "4.1"