christaylorcodes / ConnectWiseControlAPI

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

added Example, fixed Example and added param #4

Closed falkheiland closed 3 years ago

falkheiland commented 4 years ago

Examples/Basic.ps1 fixed typo for function call Get-CWCSession

Remove-CWCSession.ps1 added mandatory param Group, removed param Type

Examples/RemoveRedundantSessions.ps1 added Example This script searches for multiple access sessions for the same machine, and removes all but the last connected one.

falkheiland commented 4 years ago

added function Get-CWCSessionGroup