Have you tried to search your public folder stores in ESM for a public folder called Engineering? You can go to Server\Storage Group\PublicDB\Public Folders and search there (assuming you are looking for where in the public folder tree it is, not where in AD it is...a small difference). If you are just looking for the object in AD, ADU&C is really your friendliest tool (make sure that when searching that in the Find: field, it says "Exchange Recipients"). But, when all else fails...use LDAP.
ldifde -s GCserverName -t 3268 -d "baseDN" -r "(&(objectClass=PublicFolder)(proxyaddresses=smtp:[EMAIL PROTECTED]))" -f output.log Replace GCserverName with a name of a GC and replace the baseDN with the baseDN of your search (something like "dc=domain,dc=com" where domain is the name of your domain). On Tue, 28 Dec 2004 13:05:09 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok so if I can't assign the SMTP address to an object, the system reports it > as taken, and I don't get any bounce backs what would be next? I'm not > finding it in the ADUC search. I tried with wild cards too. > > J > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Woodruff, Michael > Sent: Tuesday, December 28, 2004 12:40 PM > To: Exchange Discussions > Subject: RE: Finding a SMTP Recipient > > You should be able to search (proxy address) in AD using this format... > > smtp:[EMAIL PROTECTED] > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, December 28, 2004 3:33 PM > To: Exchange Discussions > Subject: Finding a SMTP Recipient > > Exchange 2000 > > Ok we had a public folder with the address > [EMAIL PROTECTED] and a user deleted it. I tried just > creating a new folder and assigning this address to it but the system > reports it as already being used. The deletion happend a few days ago. > > I'm having trouble finding the object that has this address assigned to > it. In a new email it resolves to Engineering but I can't figure out > where the object is. A friend of mine showed me a trick to this months > ago but I forgot :) > > How can I find this object? > > John > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange > To subscribe: http://e-newsletters.internet.com/discussionlists.html/ > To unsubscribe send a blank email to > [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/read/?forum=exchange > To subscribe: http://e-newsletters.internet.com/discussionlists.html/ > To unsubscribe send a blank email to [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/read/?forum=exchange > To subscribe: http://e-newsletters.internet.com/discussionlists.html/ > To unsubscribe send a blank email to [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/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [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.
