christaylorcodes / ConnectWiseControlAPI

PowerShell wrapper for ConnectWise Control
MIT License
70 stars 38 forks source link

Remove-CWCSession.ps Endpoint a.o. changed changed #18

Closed falkheiland closed 1 year ago

falkheiland commented 1 year ago

https://github.com/christaylorcodes/ConnectWiseControlAPI/blob/51f82913b3eec293062c091870ba1fd9a6bb22b9/ConnectWiseControlAPI/Public/PageService/Remove-CWCSession.ps1#L11

should be changed to:

$Endpoint = 'Services/PageService.ashx/AddSessionEvents'

accordingly to changes to ConnectWiseControlAPI/Public/PageService/Invoke-CWCCommand.ps1 in https://github.com/christaylorcodes/ConnectWiseControlAPI/commit/faa2eb6b0a667fa2923e5bce753c235d3f0dac5a

and there were probably other changes to th eAPI as well

falkheiland commented 1 year ago

duplicate #17