/build/static/layout/Breadcrumb_cap_w.png

KACE Report to find machines missing a hotfix

How to get report on machines that haven't patched with KB2506143?

1 Comment   [ + ] Show comment
  • There is a built in report you could clone and change the KB number and have it look for machines missing it vs finding it. Or what chucksteel has for you below. - nshah 8 years ago

Answers (1)

Posted by: chucksteel 8 years ago
Red Belt
2
This should work for you:
SELECT MACHINE_ID, PMS.PATCHUID, PMS.STATUS, PMS.STATUS_DT, P.TITLE, P.IMPACTID, M.NAME
FROM ORG1.PATCHLINK_MACHINE_STATUS PMS
JOIN KBSYS.PATCHLINK_PATCH P on P.UID = PMS.PATCHUID 
JOIN MACHINE M on M.ID = PMS.MACHINE_ID
WHERE PMS.STATUS = "NOTPATCHED"
and P.TITLE LIKE "%KB2506143%"

Don't be a Stranger!

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

Sign up! or login

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