D
Dan Sheehan
Greetings,
I have a Windows 2003 domain that I am trying to clean up the group
membership of.
Imagine the existence of "GroupA", "GroupB", and "GroupC". GroupC is a
member of GroupB. GroupB is in turn a member of GroupA. Standard group
nesting.
What isn't standard (IMHO) is that user accounts are often explicit
members of all three groups which is redundant and unorganized. I have
management's permission to remove user accounts from the higher up
groups as long as the person is a member of a nested group.
So I came up with the LDAP query in ADUC:
(&(objectclass=user)(memberof=GroupA....)(memberof=GroupC...)). This
causes ADUC to show me who is currently a member of both groups.
The ironic thing is I could then use ADUC to bulk add the results of
the query to a new group, but not bulk remove anyone from a specific
group.
Does anyone know if a quick utility or tool I could use to accomplish
the last step of a builk remove of a single group?
I would prefer not to purchase anything, and am hoping to avoid
excessive amounts of scripting and/or LDIFDE dumps just to perform the
single last step.
Thanks!!!
I have a Windows 2003 domain that I am trying to clean up the group
membership of.
Imagine the existence of "GroupA", "GroupB", and "GroupC". GroupC is a
member of GroupB. GroupB is in turn a member of GroupA. Standard group
nesting.
What isn't standard (IMHO) is that user accounts are often explicit
members of all three groups which is redundant and unorganized. I have
management's permission to remove user accounts from the higher up
groups as long as the person is a member of a nested group.
So I came up with the LDAP query in ADUC:
(&(objectclass=user)(memberof=GroupA....)(memberof=GroupC...)). This
causes ADUC to show me who is currently a member of both groups.
The ironic thing is I could then use ADUC to bulk add the results of
the query to a new group, but not bulk remove anyone from a specific
group.
Does anyone know if a quick utility or tool I could use to accomplish
the last step of a builk remove of a single group?
I would prefer not to purchase anything, and am hoping to avoid
excessive amounts of scripting and/or LDIFDE dumps just to perform the
single last step.
Thanks!!!