Thursday 30 July 2009

Finding aliases on Exchange 2007

Problem: You have an alias address, and you need to find out to which Exchange 2007 mailbox this is mapped.

Solutions: Use the following powershell command to list all mailbox names and aliases:

get-mailbox | select name, alias | format-table name, alias

(which is OK if you have a small number of users, but not so useful for large orgs).
You can also use the Find option whilst looking at the Recipient Configuration tree in the Exchange Management console.

No comments:

Post a Comment