ConnectWise Control Software User Forum
»
Default
»
Advanced Customization
»
Automating file upload/execution/download accross multiple devices using ScreenConnect
 Rank: Guest Joined: 2/13/2019(UTC) Posts: 2  Location: Boca Raton, FL Thanks: 1 times
|
Hello,
We have multiple devices that we need to be able to upload a script file, have it executed and download a file that would contain the result of the execution.
We would like to do this in an automated fashion using ScreenConnect, rather than using the web portal of ScreenConnect and manually run this one device at a time. Our in-house expertise is concentrated in MS .NET C#, but we would definitely look into other solutions as well.
I would greatly appreciate if you could point me in the right direction on how to implement such a solution.
Thanks!
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 1/29/2014(UTC) Posts: 130   Location: Indianapolis, IN Thanks: 2 times Was thanked: 21 time(s) in 21 post(s)
|
There are a few different ways you could go about it. You can drop your script file (assuming it is executable) in the Shared Toolbox. If it isn't executable, wrap in in a self extracting rar or something. I do mine in a VBS script, using it to also log install results which get emailed back to me using the CDO.Message function.
Then to run it, you just select the computers you want to run it on, right click, and use the Run Tool option.
|
 1 user thanked SoCo_Systems for this useful post.
|
|
|
 Rank: Guest Joined: 2/13/2019(UTC) Posts: 2  Location: Boca Raton, FL Thanks: 1 times
|
Originally Posted by: SoCo_Systems  There are a few different ways you could go about it. You can drop your script file (assuming it is executable) in the Shared Toolbox. If it isn't executable, wrap in in a self extracting rar or something. I do mine in a VBS script, using it to also log install results which get emailed back to me using the CDO.Message function.
Then to run it, you just select the computers you want to run it on, right click, and use the Run Tool option.
That's not a bad idea. Thanks! We would have to code something on that script to push the results to our web services because email or FTP would be blocked in our circumstances. Although I was hoping for some existing .NET libraries out there where we could just call simple methods to upload/run/download, essentially interacting with the Screen Connect server similar to how the web portal and viewer client of ScreenConnect would.
|
|
|
|
ConnectWise Control Software User Forum
»
Default
»
Advanced Customization
»
Automating file upload/execution/download accross multiple devices using ScreenConnect
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.