W
William A. Avellan
I would like to export a list of users and associated e-mail addresses
in a Active Directory domain using the CSVDE.EXE utility. This would
than be used to import into Outlook for non MAPI/LDAP/OWA users.
Unfortunately, the filter option does not seem to work properly or I
am running the tool incorrectly.
The command line parameters I am running:
csvde -f c:\working\company.csv -r objectclass=user -l
displayName,mail -m
My output file includes computer names even though I have specified
the objectclass=user option.
Here is a quick snippet of my output file:
"CN=HOWARDHOME,CN=Computers,DC=company,DC=na,DC=ks,DC=local",HOWARDHOME$,
"CN=Ken Liu,OU=Users,OU=Product
Development,OU=Departments,DC=company,DC=na,DC=ks,DC=local",Ken
Liu,[email protected]
"CN=Nancy Chu,OU=Users,OU=Product
Development,OU=Departments,DC=company,DC=na,DC=ks,DC=local",Nancy
Chu,[email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A. Avellan
MCSE, MCT
Make my day, order a book I co-authored:
http://www.amazon.com/exec/obidos/ASIN/0782128815
Check out my aquarium (Photos - Founder):
http://groups.yahoo.com/group/reefcity/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
in a Active Directory domain using the CSVDE.EXE utility. This would
than be used to import into Outlook for non MAPI/LDAP/OWA users.
Unfortunately, the filter option does not seem to work properly or I
am running the tool incorrectly.
The command line parameters I am running:
csvde -f c:\working\company.csv -r objectclass=user -l
displayName,mail -m
My output file includes computer names even though I have specified
the objectclass=user option.
Here is a quick snippet of my output file:
"CN=HOWARDHOME,CN=Computers,DC=company,DC=na,DC=ks,DC=local",HOWARDHOME$,
"CN=Ken Liu,OU=Users,OU=Product
Development,OU=Departments,DC=company,DC=na,DC=ks,DC=local",Ken
Liu,[email protected]
"CN=Nancy Chu,OU=Users,OU=Product
Development,OU=Departments,DC=company,DC=na,DC=ks,DC=local",Nancy
Chu,[email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A. Avellan
MCSE, MCT
Make my day, order a book I co-authored:
http://www.amazon.com/exec/obidos/ASIN/0782128815
Check out my aquarium (Photos - Founder):
http://groups.yahoo.com/group/reefcity/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~