Heheh... I was too lasy to write all that :) But I think it would help to export all mail-enabled objects. What if a certain SMTP address does not belong to a PF but rather belongs to a mailbox. It still would be worth finding out. Otherwise you would assume that it is not in your AD.
Also I think using only -l proxyaddresses will just export the SMTP addresses but will omit the important field that actually shows the path to the folder. -----Original Message----- From: Jeff Beckham [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 2:37 PM To: Exchange Discussions Subject: RE: How to search on email address I'd use ldifde in the following syntax. It will export the proxy addresses for mail enabled public folders. Just search through the file to find the folder ldifde -d "CN=Microsoft Exchange System Objects,DC=<yourdomain>,DC=<com/net/whatever>" -r (objectClass=PublicFolder) -l proxyaddresses -f pfproxy.txt This should make it a lot easier to read than just exporting everything. Jeff -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Wood Posted At: Thursday, February 12, 2004 9:48 AM Posted To: Exchange Discussion List Conversation: How to search on email address Subject: How to search on email address In Exchange 2000 Server I have hundreds of email addresses associated with public folders. Some public folders not only have primary addresses but also additional smtp email addresses associated with the same public folder. I am not able to do a search in System Manager or Active Directory in order to find which public folder a particular email address is associated with. If I already know which public folder to look at, I can right mouse click properties and look at it's email addresses. Also there is a way to list every mailbox primary email address but any additional smtp email addresses do not show up on the list. Bottom line. Is there any way to search all valid email addresses of public folders to determine which public folder a particular email address is associated with. Thanks, Don Wood IT Manager IntelliReach Corporation _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang =english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
