Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect-ControlAPI command requires a ScreenConnect extension ID? #79

Open
crshovrd41 opened this issue Dec 19, 2023 · 3 comments
Open

Comments

@crshovrd41
Copy link

I looked through a lot of the documentation but find no reference to anything about needing to have a ScreenConnect extension installed to make the connection. I looked through the code and can see that it is referencing CWCExtensionID, but when running Connect-ControlAPI, it doesn't ask for one.

I'm getting a 401 Unauthorized when attempting to connect. I tried another Control API from someone else and it doesn't reference an Extension ID, and it worked.

Is there something I'm missing?

Thanks in advance!

@danrdj
Copy link

danrdj commented Jun 6, 2024

@crshovrd41 were you able to get past the 401 Unauthorized issue and are you using the APIKey or credentials? I'm experiencing the same using the APIKey.

@crshovrd41
Copy link
Author

crshovrd41 commented Jun 6, 2024 via email

@13ruce1337
Copy link

I've been digging into this for my org with the same issue and what I think is happening is there is no extension in the screen connect marketplace for this API. So you may need to write your own extension (C#) in ScreenConnect to respond to the AutomateAPI calls that are being sent. There is some documentation in screen connect on how to do this. I peaked into the extension made by another vendor for connection and it seems that's what they did. But made their extension publicly available on the screen connect extension marketplace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants