/build/static/layout/Breadcrumb_cap_w.png

K1000: Report to find all agents not upgraded

This report will find all agents running a version OTHER than the one that is currently loaded in your KBOX.

SELECT NAME, IP, CLIENT_VERSION FROM MACHINE
WHERE
MACHINE.CLIENT_VERSION != (SELECT VERSION FROM CLIENT_DISTRIBUTION WHERE ID = 1)

*Note the WHERE ID = 1 part limits it to windows client.

Though currently all version numbers are the same if they were to ever change between OS's you would change this.


Comments

This post is locked
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ