Hey Guys,
I have put some labtech scripts together to get this running until its officially integrated. (Doesnt seem to be an attach option in the forum so here is a link)
http://www.sendspace.com/file/rqa1oe This should import the following
Script - ScreenConnect Deploy
Script - ScreenConnect Get Guid
File - it-sc.msi (replace this with your created one)
First you will want to create an MSI file from the access part of screenconnect. Set the msi to use a specific value and enter in %ltclientname%.%ltcomputername%
This will name the computer "Company Name.Computer name" in Screenconnect.
second, create 2 extra data fields in the computer section in labtech
1. ScreenConnect Linked - Check field
2. Screenconnect GUID - Text Field
Save the file to your labtech share > transfer\software\screenconnect\it-sc.msi (or name it as you want if you want to edit the script. You will need to change the file name in lines 5, 6 and 14.)
Running the script will
-download SC to the target computer
-Run the install silently
-Set the name of the computer in SC to Company name.Computer name
-Set the ScreenConnect Linked EDF to ticked
-Get the SC computer ID GUID by parsing the registry key
-Set the ScreenConnect GUID field to have that computers GUID for Screenconnect.
From here you can now perform 1 click connects to the computers.
Create a new menu command with the following.
http://<yourSCsite>/Host#All Machines//%eScreenConnect GUID%/Join
I used MPriests plugin which lets you set a quick access button on the computer screen.
http://www.labtechgeek.c...wtopic.php?f=4&t=384NOTE: Labtech seems to have a delay in updating the extra data field variables. So after the GUID is populated it is about 10-15mins until labtech recognizes the value in there.
Goodluck, would like to hear some feedback :)
Cheers,
Leon
Edited by user Friday, January 10, 2014 12:51:28 AM(UTC)
| Reason: updated download link