Page 1 of 1

Reporting - Application Version

Published: January 4, 2022 - 3:17 PM
by tsille
For your information: searching for versions by machine on a specific application
Example for Microsoft Edge

Code: Select all

select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_id