Hi guys,
i need to query the AD to find the group membership for number of users, could you please suggest which command i need to use
now i am using dsquery to get it, but the below command which i am using is needed to edit every time with appropriate group id, where as i need to get all the groups of a given user with single command -- is it possible?
dsquery group -name "group name" | dsget group -members
thank you
