AD/Exch 2000: Exporting Custom Recipients

  • Thread starter Thread starter Colin chaplin
  • Start date Start date
C

Colin chaplin

Hi Al

Can anyone tell me how to export all Custom Recipients.. sorry contacts or
whatever they're called now from the Active Directory. They are dotted
around various OS.

Thanks

Colin
 
Colin said:
Which is fantastic if I want the whole directory or OU, how do I filter on
particular types of objects?
set proper filter for this query - for example all contat objects in
w2k.local domain will be exportedd with following command:

C:\>ldifde -f exportOu.ldf -s virtualw2k3 -d "dc=w2k,dc=local" -p
subtree -r "(objectClass=Contact)"
 

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

Back
Top