csvde -f domain.csv -r (objectclass=user) -l "sn,givenname,department,mail"
change the value within -l “…..” to fit your needs. the command will take attributes from Active Directory data that fit your request within -l “….”
csvde -f domain.csv -r (objectclass=user) -l "sn,givenname,department,mail"
Comments