2003..
even I want to know how it works on 2007
Cheerio
Shaba
Main Topics
Browse All TopicsI know that MailboxGUID is stored on AD attribute.
But how the mailboxGUID on an NT account is getting linked with the mailbox inside an exchange database?
Do you think that its getting stored on Exchange database also?
Any tools to query the exchange database to find the mailbox GUIDs?
Cheerio
Shaba
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
here is a KB on Understanding Mailbox GUIDs --
http://technet.microsoft.c
Exchange 2007 you can use the below PS to get a list of users and there guid and output to a TXT file..
get-mailbox |ft Name, Guid > c:\guid.txt
Exchange 2003
Thanks WizarWill.
But my question is how the GUID is getting linked to the mailbox on exchange database?
If a users opens Outlook, from AD, the query will get redirected to the corresponding exchange server and database. This database holds many other users. How its directly opening this user's mailbox correctly?
Cheerio
Shaba
It is getting linked via AD when the mailbox is first created.
The value of this attribute is set in the database as the mailbox is created, and it remains the same for the lifetime of the mailbox. The mailbox GUID is designated in the msExchMailboxGUID attribute for each mailbox-enabled Active Directory directory service account.
In relational database terminology, you can think of the mailbox GUID as the primary key for the mailbox. It is a unique value that distinguishes an individual mailbox from all others. Regardless of which Active Directory user account owns the mailbox, the mailbox GUID always remains the same as long as the mailbox exists.
Business Accounts
Answer for Membership
by: WizardWillPosted on 2009-07-21 at 23:46:52ID: 24912031
What version of exchange are you using ?