I am running 8.8 SP3. I have several devices that I am trying to remote control that don't work. When I look further into them, the remote control service for LANDesk isn't installed. I can still push stuff to them because other services are running.
Looking at some online discussion in the community and some other information, you can reinstall the remote control service by running the following 2 lines from the command prompt.
C:\Program Files\LANDesk\LDClient\issuser.exe /remove
C:\Program Files\LANDesk\LDClient\issuser.exe /resident
Since I have so many devices that the remote control service isn't running on until now, I have been pushing a full agent install to them to resolve the issue. If I could just push these commands to the machines, it seems like it would be quicker and easier way to resolve the remote control issue by reinstalling the service.
I am still pretty new at scripting stuff to push to machines so if someone can help me by creating a script or something I can push to fix the issue using the above command lines, I would appreciate it.
Thanks in advance.