Administrator Guide
MACHINE_CUSTOM_INVENTORY.STR_FIELD_VALUE AS MACHINE_CUSTOM_INVENTORY_XXXX,
COUNT(MACHINE_CUSTOM_INVENTORY.STR_FIELD_VALUE) AS Total_Devices FROM
MACHINE_CUSTOM_INVENTORY
JOIN MACHINE ON MACHINE.ID = MACHINE_CUSTOM_INVENTORY.ID
WHERE MACHINE_CUSTOM_INVENTORY.SOFTWARE_ID = XXXX
GROUP BY MACHINE_CUSTOM_INVENTORY.STR_FIELD_VALUE
ORDER BY MACHINE.CS_MANUFACTURER ASC, MACHINE.CS_MODEL ASC
Replace XXXX with the ID# of your custom inventory which was collected above when the Custom Inventory Rule is created.
4. Click Save.
Run Report
From your KACE appliance console:
1. Click Reporting, then select Reports.
2. Search for DPO to view your reports.
3. Select the desired report, such as DPO Sample Profile Report, and select the report format you want, say HTML.
Enterprise tools 25