Share via


Where can we find this this kind of [email protected] (alias) address in Exchange server

Question

Wednesday, November 8, 2017 12:22 PM

Hi,

I would like to know -> what is this kind of email address represents?

Email address format - [email protected]

For example - my email address is [email protected]. how can we get the back end encrypted email address format of this email from exchange?

is there any command to find out?

thanks in advance

All replies (3)

Wednesday, November 8, 2017 7:28 PM

Try the Get-Recipient cmdlet:

Get-Recipient [email protected]

it should return any matching object.


Thursday, November 9, 2017 6:10 AM

Hi,

We could see from the section "Microsoft Exchange recipient" in the TN article: Recipients and learn about what it is:

"The Microsoft Exchange recipient is a special recipient object that provides a unified and well-known message sender that differentiates system-generated messages from other messages. It replaces the System Administrator sender that was used for system-generated messages in earlier versions of Exchange.

The Microsoft Exchange recipient isn't a typical recipient object, such as a mailbox, mail user, or mail contact, and it isn't managed by using the typical recipient tools. However, you can use the Set-OrganizationConfig cmdlet in the Exchange Management Shell to configure the Microsoft Exchange recipient."

We could use the following command to get the email address of it: 

Get-OrganizationConfig | fl MicrosoftExchangeRecipientEmailAddresses

For details, refer to:
Understanding the Microsoft Exchange Recipient

Hope it helps.

Best Regards,

Manu Meng
TechNet Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Tuesday, November 21, 2017 9:27 AM

Hi,

Did you understand the Microsoft Exchange recipient right now? Any other questions?

By the way, if you can get any help from the above post, please feel free to mark as answer, it will be helpful for others in the forum.

Regards,

Manu Meng

Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact [email protected].