Hi,

I'm trying to export which Active Directory groups a user is member of, using csvde.

Code:
csvde -f exportfilename.csv -d "CN=Espen Johansen,OU=INfocare,OU=External,OU=Users,OU=NO,DC=nmea,DC=abb,DC=com"
pause
This writes the information about "Espen Johansen" in the given unit and domain.
...except for the parts I'm interested in :/

I know you can export a list of members of a given group, but is it possible also to export a list of groups for a specific member?