if searching on proxyAddresses you'll probably want to surround the email address with ** because their might be multiple secondary SMTP addresses. You should also do a search on mail= in case the object has the address as it's primary instead of secondary. Might want to make objectClass * as well to search on all object types.
On Tue, 28 Dec 2004 16:15:57 -0500, Presley, Steven <[EMAIL PROTECTED]> wrote: > 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: [snip] _________________________________________________________________ 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.
