/build/static/layout/Breadcrumb_cap_w.png

How to tell if a machine isn't in a patch task

Hi,

 

Is there a way to tell if a machine isn't in a patch group? Like machine x was just recently added and isn't in a patch job?

 

Thanks,

 

mike


0 Comments   [ + ] Show comments

Answers (3)

Posted by: jverbosk 11 years ago
Red Belt
2

If your machine patch labels are all named similarly, you could use the following report and just tweak the 'patch' target at the end.  For point of reference, my machine patch labels use a naming convention like "patch (roaming - XPsp3)".  I tested and verified this pulled up the three machines in my network without patching schedules.

SELECT M.NAME
FROM MACHINE M
WHERE M.NAME NOT IN
(SELECT M.NAME
FROM MACHINE M
JOIN MACHINE_LABEL_JT ML ON (ML.MACHINE_ID = M.ID)
JOIN LABEL L ON (L.ID = ML.LABEL_ID)
WHERE L.NAME rlike 'patch')
ORDER BY M.NAME

Hope that helps!

John

Posted by: jdornan 11 years ago
Red Belt
1

Try a report that checks for machines without a patch label applied. 

Posted by: SMal.tmcc 11 years ago
Red Belt
0

you can look under security-patching for that machine


Comments:
  • also your patch label should be listed under activities -labels - SMal.tmcc 11 years ago

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