Run a report for number of laptops
Hi there,
Does anyone know how to run a report that will display just the laptops in Kace (and not desktops)?
Thanks!
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
rockhead44
7 years ago
Top Answer
Feel free to add columns to this but this will give you machine names and laptops on my K1000 (which has ORGs)
SELECT MACHINE.NAME, MACHINE.CHASSIS_TYPE
FROM ORG1.MACHINE MACHINE
WHERE MACHINE.CHASSIS_TYPE='laptop'
Comments:
-
That works great, thanks! :) - seanboy 7 years ago