Usefull link to have the Powershell command line to know the number of actual SDK connection and the list of user that have a connection.
List users that have a SDK connection
- Get-ManagementGroupConnection | foreach-object {$_.ManagementGroup.getConnectedUserNames()}
Give number of current SDK connections
- Get-ManagementGroupConnection | foreach-object {$_.ManagementGroup.getConnectedUserNames()} | measure-object
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment