LDP is great for a quick look-see but isn't really a reporting tool - I don't know of 
any way to write the output from the search into a file.  That said, it certainly is 
possible to have it return specific attributes instead of all attributes.  In the 
Search dialog, click the Options button and put the attributes you want into the 
Attributes field (the default is *).

To get your report, I'd use a script, as Tom suggested.  If you'd rather use a 
command-line tool, you could use LDIFDE as follows:
ldifde -d dc=yourdomain,dc=com -r "(&(objectclass=user)(objectcategory=person))" -l 
mail,proxyaddresses -f file.txt

Dave

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grantham, Caron
Sent: Wednesday, May 26, 2004 9:35 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Can LDP be used to create email report of all users
in AD?



I'm looking for a way to get an email address report for all user
objects in Active Directory. Any idea on how to do this? I see the mail
attribute in LDP but how can I get just this one field filtered out into
a report 

Thanks
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to