hi friends,
i am not good in powershell and i need a help
in our active directory there are a lot of users which are a members in Groups,
i need to get the users which are just members in these groups together grp1 and grp2
Example:
(user1 is member in domain users group, grp1 )
(user2 is a member in domain users group, grp1 and grp2)
in the output of the script i have to see just the user2
because user2 is member f grp1 and grp2 together
can you help with a script please