This query:
(&(objectCategory=group)
(objectClass=group)
(description=Mandatory\20PIV\20Card\20Access\
20PROD\20\28this\20is\20for\20all\20PROD\20workstations\29))
currently gives the group. I would like to access the members in the group and export the list.
Can anyone suggest how to go about doing so?
I am running this query from AD and I am seeking to obtain the members of the group from running this query and the not group.
Your request should point on users and not on group :
Where
CN=MonGrp,OU=YourDomain,DC=localis the DN of the group you are interrested in.You can point on the group like you do, but then the result is the
memberattribute of the object returned.