viciousdogs
Technical User
Is there an easy way to export a list of the members of an AD distribution list to a CSV file? Right now I can get a list of the DLs but without the members.
thanks
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
csvde -f groupstest.csv -s server -d "cn=Users,dc=yourdomain,dc=com" -p subtree -r "(objectClass=group)" -l "member"