SELECT MACHINE.NAME AS SYSTEM_NAME, SYSTEM_DESCRIPTION, MACHINE.IP, LAST_SYNC, IE_VERSION FROM MACHINE ORDER BY SYSTEM_NAME
This should get us the internet explorer installed on machine.
Enhancement can be made based on requirements.
Supported on Machines with Kace agent 5.5 onwards
Comments