/build/static/layout/Breadcrumb_cap_w.png

[SQL] UltraVNC Policy success

After deploying the UltraVNC Configuration Policy, you want to know how many machines in a label still don't have UltraVNC.

NOTE: You can easily change the text between the %%'s to match any other software item or label.



select M.IP, M.NAME
from MACHINE M
left join MACHINE_LABEL_JT MLJ on M.ID = MLJ.MACHINE_ID
left join LABEL L on L.ID = MLJ.LABEL_ID
where M.ID not in (select MACHINE.ID
from MACHINE
left join MACHINE_SOFTWARE_JT MSJ on MACHINE.ID = MSJ.MACHINE_ID
left join SOFTWARE S on S.ID = MSJ.SOFTWARE_ID
where S.DISPLAY_NAME like '%UltraVNC 1%')
and L.NAME like '%Desktops%'
order by M.NAME

0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
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