/build/static/layout/Breadcrumb_cap_w.png

Customized Report: Machine not compliant(patch)

Include missed Patch ID, Vendor Name, IP address, Last logon user and group by machine.


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
SELECT PP.TITLE AS DISPLAY_NAME, PP.IDENTIFIER, M.NAME AS ComputerName,IP, M.USER_LOGGED as USER_LOGGED FROM PATCHLINK_MACHINE_STATUS MS JOIN KBSYS.PATCHLINK_PATCH PP ON PP.UID = MS.PATCHUID JOIN MACHINE M ON M.ID = MS.MACHINE_ID WHERE MS.STATUS = 'NOTPATCHED' ORDER BY M.NAME
Posted by: dugullett 11 years ago
Red Belt
2
SELECT PP.TITLE AS DISPLAY_NAME, PP.IDENTIFIER,

M.NAME AS ComputerName,IP,

M.USER_LOGGED as USER_LOGGED

FROM PATCHLINK_MACHINE_STATUS MS

JOIN KBSYS.PATCHLINK_PATCH PP ON PP.UID = MS.PATCHUID

JOIN MACHINE M ON M.ID = MS.MACHINE_ID

WHERE MS.STATUS = 'NOTPATCHED'

ORDER BY M.NAME
 
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