Exchange Management Console alternative - Set External E-Mail adresses

Int3g3r 56 Reputation points
2022-07-11T09:35:31.563+00:00

Hello

In our company we set the following setting in "Exchange Management Console". Is it possible to set this option (red) in Admincenter or via PowerShell?

219416-image.png

Is this the right way to do it here?
https://learn.microsoft.com/en-us/exchange/recipients/user-mailboxes/email-forwarding?view=exchserver-2019

When I look at the current value of a user it is empty, but I know this option is active.

Get-Mailbox <identity> | Format-List ForwardingSMTPAddress,DeliverToMailboxandForward

Greetings Int3g3r

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,787 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 113.5K Reputation points MVP
    2022-07-11T10:10:19.103+00:00

    That's the "targetAddress" attribute in AD. You can also query it via the ExternalEmailAddress value from the Get-MailUser cmdlet.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.