The trouble is that the PF's DN only points to the location of the public folder's placeholder in Microsoft Exchange System Objects container in AD.
It does not point to the actual location of the PF in the PF information store. What do you do if you have many PFs with the same name? -----Original Message----- From: Jeff Beckham [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 4:36 PM To: Exchange Discussions Subject: RE: How to search on email address The export for public folders I gave exports the DN which should make it easy to find the path to the PF. If the homemdb is needed, we can modify the export to be -r proxyaddresses,homemdb As for the second question posed in the original mail (I completely missed it) to export just the primary email address and display name use ldifde -d "<yourdomain>,DC=<com/net/whatever>" -r (objectClass=user) -l displayname,mail -f addresses.txt Jeff -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fyodorov, Andrey FTL Posted At: Thursday, February 12, 2004 2:19 PM Posted To: Exchange Discussion List Conversation: How to search on email address Subject: RE: How to search on email address 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. _________________________________________________________________ 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.
