Reporting - Application Version
Published: January 4, 2022 - 3:17 PM
For your information: searching for versions by machine on a specific application
Example for Microsoft Edge
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