christaylorcodes / ConnectWiseControlAPI

PowerShell wrapper for ConnectWise Control
MIT License
69 stars 36 forks source link

How can we launch the ScreenConnect Host application from the API? #13

Open johngagefaulkner opened 2 years ago

johngagefaulkner commented 2 years ago

Good morning!

I stumbled upon this repo a couple hours ago and, with the help of this PowerShell module, I was able to log into my instance, search for a PC via the hostname and invoke a command on it! This is far more than I'd ever achieved myself and I'm grateful this was publicly shared! However, I would like to be able to launch the ScreenConnect Host application on a targeted Session GUID allowing me to remotely access the end-user's PC. I've searched throughout the repo and I don't see that listed anywhere but I have the feeling I'm simply missing something ─ is this information already known? If so, can someone please share it? If not, is this a feature/function that this repo has the goal of implementing?

Thank you!!

mavtron-andrewrusso commented 3 months ago

@johngagefaulkner, were you ever able to figure this out? I'm trying to do the same thing.

slinak commented 1 month ago

I threw together a very basic PoC here: https://github.com/slinak/Launch-ScreenConnect-Windows-Selector-via-Powershell

I would like to tie it into what's currently in this repo but haven't started that work yet.