-
1
- #1
I was looking for a way to export the GAL and found several articles in this forum about the LDIFDE command line. This does give the info but not in a column type fashion which is useful. I found CSVDE a lot more friendly. I needed a list of users and EMail address for a certain OU and I used this command:
CSVDE -f exchg.csv -d "OU=your_ou_name,DC=whatever,DC=whatever,DC=com" -r objectClass=user -l "name, mail"
There is more info on this at
Hope this helps someone out.
CSVDE -f exchg.csv -d "OU=your_ou_name,DC=whatever,DC=whatever,DC=com" -r objectClass=user -l "name, mail"
There is more info on this at
Hope this helps someone out.