1

We have an Exchange 2007 environment running on an Server 2008. I recently found a mailbox in the Exchange Management Console pointing to an Active Directory account, but the user account isn't showing up in Active Directory User and Computers snap-in. The mailbox is used for a monitoring computer and it is able to log in (I found the password for it). How can a mailbox exist in Exchange 2007 without an Active Directory Account? And now can the user log in to access the mailbox without an Active Directory Account?

This one has me scratching my head.

Thanks

Edison
  • 13
  • 3

1 Answers1

1

There has to be an account. Exchange aside, if you're logging-on as the user there's an AD account.

Try a query with the dsquery tool and see what you find:

 dsquery user -samID account-name

That should return the DN of the user object in question.

Evan Anderson
  • 141,881
  • 20
  • 196
  • 331