I need a way to find the set of groups common to a list of users. I have a list of about 4 users I want to compare and find which groups they are all members of. Is there a quick way to do this in Powershell or via LDAP queries?
feedback
|
|
You can dump the 4 users to text files using | |||
|
feedback
|