Chris, Useful information, but I want to point out there's a far easier way to do this using Powershell:
Get-Mailbox | ft name, legacyexchangedn That will retrieve the legacyExchangeDN for all mailboxes in the organization. You can of course pipe a list of usernames to the command if preferred. Simples :) Cheers Richard From: [email protected] [mailto:[email protected]] On Behalf Of Chris Boller Sent: 26 October 2010 21:11 To: MS-Exchange Admin Issues Subject: RE: x500 on 2010 Hi, It's an AD attibute (Legacy Exchange Distinguished Name from the 5.5 days) so you need to dump it out if it's a considerable number of users or use adsiedit if it's one or two everyone should have csvde so something like CSVDE -f fileout.csv -r "(&(objectcategory=person)(mail=*))" -l mail,legacyexchangedn -d "cn=users,dc=domain,dc=com" will dump out all the people within a certain OU and limit it to mail and legacyexchagnedn or you can use adfind (excellent tool from joeware.net) or ldifde Cheers Chris ________________________________ From: Jean-Paul natola [[email protected]] Sent: 26 October 2010 20:55 To: MS-Exchange Admin Issues Subject: RE: x500 on 2010 can you tell me how/where to get this from Jean-Paul Natola ________________________________ From: [email protected] To: [email protected] Subject: RE: x500 on 2010 Date: Tue, 26 Oct 2010 19:47:05 +0000 Hi, They're probably asking for your LegacyExchangeDN, which will be added as an X500 address for the object in their own AD so the users can reply to old mails Chris ________________________________ From: Jean-Paul natola [[email protected]] Sent: 26 October 2010 20:28 To: MS-Exchange Admin Issues Subject: x500 on 2010 One of our divisions is leaving and the new providers asked me for their X500 info I'm on ex 2010 , i see X400 info but not X500 info did I miss something here? TIA JJ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe exchangelist --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe exchangelist --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected]<mailto:[email protected]> with the body: unsubscribe exchangelist --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected]<mailto:[email protected]> with the body: unsubscribe exchangelist --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe exchangelist
