/build/static/layout/Breadcrumb_cap_w.png

Kace Patch Compliance Report by OS Version

Hi All,

Hope you are well,

We have a KACE patch compliance report and wanted to see if we can only report for specific OS, like Windows 10, Windows Server, atm it shows all OS's in the report.

Here is the syntax:

Select

M.NAME as Systemname,

M.OS_NAME as 'Operating System',

M.LAST_INVENTORY as 'Last Inventory',

M.USER as User,

ASSET_LOCATION.NAME AS LOCATION,

MAX(PMS.STATUS_DT) as 'last detection',

Does anyone know what I have to change in the above so I can report e.g. on Windows 10 Pro, Windows Server etc.


Thank you in advance :)


0 Comments   [ + ] Show comments

Answers (2)

Posted by: KevinG 1 year ago
Red Belt
0

Filtering is done with a where clause in the SQL statement. 

where M.OS_NAME = 'Windows 10'    

^^ exact match

Another example:

where M.OS_NAME  like 'Windows 10%'  

^^ Starts with Windows 10

More information about "where"
https://www.w3schools.com/mysql/mysql_where.asp


Posted by: barchetta 1 year ago
4th Degree Black Belt
0

Would you mind sharing the entire report?

 
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