The K1000 client can be used to generate a standalone machine.xml inventory file containing all the inventory data it would normally upload to the K1000 appliance.
To generate a machine.xml file use the following command(s):
For Windows:
(it will save to the KBOX directory)
C:\Program Files\KACE\KBOX\kboxclient.exe -inventory
For Mac:
(it will save to the current user's home folder)
sudo /Library/KBOXAgent/Home/bin/Inventory > ~/machine.xml
For Linux:
(it will save to the /tmp directory)
/KACE/bin/inventory > /tmp/machine.xml
This file can be used to upload inventory records manually to the K1000 in situations where the machines do not have network connectivity to the K1000, or used as a template file for manually creating machine records for platforms that the K1000 agent does not currently support. To manually add a machine.xml file to the K1000, use "Add new item" on the Inventory/Computer tab, browse to the file in the "Import machine.xml" field, and save the record.