Any way to query Console Operator's Management Rights Within the Console?

(imported topic written by SystemAdmin)

So we have many console operators that have managements rights to their appropriate groups. I’m trying to figure out if there’s a way to query this information from within MC, so I can create a custom property called “Owner” that I can later reference later to see who’s the owner of a particular machine is.

Example: John has rights to manage group called “Support”. This group contains a server called “Devsupport1”. Somehow, I create a custom property that queries machine’s group membership and lists console operator as its output. So when I open “Devsupport1” in the MC, I can easily see that John is the owner of the box (and I can go rip him a new one because he hasn’t patched in 3 years).

Is this possible?

Thanks!

(imported comment written by SystemAdmin)

P.S. I’m not talking about a custom settings option, where I can do a bulk-add of custom setting called “owner” for each server in particular group. I can resort to it, if there’s no other way, but I figured I’d ask first.

(imported comment written by BenKus)

I think you could probably do something with a custom query… but I can’t think of a good way to see the management rights over a group in the console…

Ben

(imported comment written by MrFixit)

Probably not exactly what you are looking for but useful none the less.

You can use this in the Presentation Debugger to list the computers that an operator can admin.

unique values of values of (results (bes property “Computer Name”, it)) of elements of administered computer set of bes user whose (name of it as lowercase = “username”)