reg setting up logmein as remote tool in K1000
Answers (5)
Top Answer
Depending on what error you are getting when you try to launch it, you may need to take a look at this article: https://support.software.dell.com/kb/111251
If you are running the hotfix version of 6.3, there is currently a defect with machine actions. There should be a fix soon. If you are running that version, please submit a support ticket.
If you are not running that version, figure machine actions work like this:
The machine action launches a program that is installed on the machine you are accessing the K1000 from, using K1000 variables to pass client information to the program.
Basically, figure out how to launch the program from the command line and have it connect to the client and then use KACE variables to substitute for the client info, such as IP, hostname, etc.
Here are some examples: http://www.itninja.com/blog/view/k1000-5-4-machine-actions
I do not think you can fire up a LMI session to a remote computer using the desktop client versions from 3000 on at least. I am not sure if you could before either. There is a way to connect however it is a PIA.
First thing you need is the LMI ID of the computer you are trying to connect to. You can find this in the registry with a customer inventory rule:
LOGMEINID:
RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\LogMeIn\V5\WebSvc, NumHostID, NUMBER)
Once you are able to get the ID you can pass the KACE_CUSTOM_INVENTORY variable you collected as a parameter. I have not been able to find a command line for the desktop install version of LMI, but I have been able to connect by passing the custom inventory value as a parameter on their website:
https://secure.logmein.com/mycomputers_connect.asp?hostid=KACE_CUSTOM_INVENTORY_LOGMEINID
One drawback to this method is that you have to already be logged into the LMI website for this link to work. I posted this question on LMI a while back and there still does not seem to be an answer:
Action: | Command Line: | ||
---|---|---|---|
Comments:
-
log mein is not working for me under device actions - rahimpal 9 years ago