Friday, March 9, 2012

[OpsMgr 2007] Find out which users have a console connection with OpsMgr 2007

Find out which users have a console connection with OpsMgr | Info Support

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