Can I force a Mac to do an Inventory Update from command line?
I found this command to do a Mac Inventory Update.
sudo /Library/Application\ Support/Dell/KACE/bin/runkbot 4 0
but it does not work.
kbot[4:1287165600] @ 2012-07-17T16:05:55 (activity) Launching program: '/Library/Application Support /Dell/KACE/bin/KDeploy' '-custominventory' wait='true'
sh: /Library/Application Support/Dell/KACE/bin/KDeploy: No such file or directory
kbot[4:1287165600] @ 2012-07-17T16:05:55 (output) ProcessOps_LaunchProgram: Launch failed: 1 exitCod e=127
Indeed KDeploy is missing from the bin folder. Is this normal?
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
AbhayR
12 years ago
To force an inventory on MAC you need to run
sudo /Library/Application\ Support/Dell/KACE/bin/runkbot 2 0
kbot 4 is for Windows Inventory only
kbot 2 is for Mac and Linux Inventory
-Abhay