| | | Junior Member
       
Group: Forum Members Last Login: 9/2/2008 4:51:38 AM Posts: 15, Visits: 109 |
| Is it possible to report which groups/users are members of the Administrators group on the clients ?
Eric |
| | | | 
Supreme Being
       
Group: Moderators Last Login: 9/3/2008 9:40:39 PM Posts: 654, Visits: 800 |
| | Yes, you can create a user-defined configuration group using the Member_Of operator. Here's the syntax: DomainUserName Member_Of "Administrators" The group will populate when a user who is a member of the Local Administrators group is logged into the managed computer.
New Boundary Technologies Support support@newboundary.com |
| | | | Junior Member
       
Group: Forum Members Last Login: 9/2/2008 4:51:38 AM Posts: 15, Visits: 109 |
| Is it also possible to check that a domain user is not a member of a group ??
This would give us the possibility to exclude our own support accounts
e.g. DomainUsername Member_Of "Administrators " AND DomainUsername NOT Member_Of "domain\IC-Support"
Eric |
| | | | 
Supreme Being
       
Group: Moderators Last Login: 9/3/2008 9:40:39 PM Posts: 654, Visits: 800 |
| | Yes, and the syntax is like this: NOT DomainUserName MEMBER_OF "Administrators"
New Boundary Technologies Support support@newboundary.com |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 1/7/2008 8:46:03 AM Posts: 5, Visits: 11 |
| | I have tried this but everytime I go to hit Finish it is grayed out and I can't figure out what I am doing wrong. I create a new User-Defined Group but I am not sure what value type to select? Thanks, Lou |
| | | | 
Supreme Being
       
Group: Moderators Last Login: 9/3/2008 9:40:39 PM Posts: 654, Visits: 800 |
| When the "finish" button is greyed out, that means there's a syntax error. Perhaps you don't have both sets of quotes, you're missing a bracket or have an extra space, something like that. Look at the attached screenshot and compare with what you have. Hopefully that will show you what the problem is.
New Boundary Technologies Support support@newboundary.com
|
| |
|
|