CSVDE

G

Guest

When I do a simple export of user objects of my AD: csvde -f export.csv -r "(objectClass=user)".

The export contains user and computer objects.

Is this a behavior by design?

How can I export just user objects from my Active Directory


Thanks

Carl Buchmann
 
J

Jason Meyer

use objectcategory=user(or maybe person) and that should be more like what
you want.


Jason
Carl Buchmann said:
When I do a simple export of user objects of my AD: csvde -f
export.csv -r "(objectClass=user)".
 
W

Wayne Tilton

When I do a simple export of user objects of my AD: csvde -f
export.csv -r "(objectClass=user)".

The export contains user and computer objects.

Is this a behavior by design?

How can I export just user objects from my Active Directory


Thanks

Carl Buchmann

Computers *ARE* users in AD. You need a better search filter:

(&(objectCategory=Person)(objectClass=User))

Wayne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top