can anybody correct the runkbot syntax for
Hi All,



Im trying to run runkbot.exe from device actions that available in K1000



but this not working for me kindly help on this
command : runkbot.exe KACE_INSTALL_DIR
1 Comment
[ - ] Hide Comment
Answer this question
or Comment on this question for clarity
Answers
The only valid variables are currently:
- KACE_HOST_IP
- KACE_HOST_NAME
- KACE_CUSTOM_INVENTORY_*
- You also have a misunderstanding.
- The Commands are running on you local machine.
- So if you want to run the runkbot command on a target machine you need to do this differently.
- something like:
cmd /c wmic /node KACE_HOST_IP service where name="AMPAgent" call stopservice - would stop the agent
It could be a smart idea to create a few scripts which can be triggered remotely.
Please log in to comment
Comments