Hi,
The ARM tool displays in the properties of e-mail mailboxes where e-mail forwarding has been set up.
However, it is not possible to manage e-mail forwarding in the tool.
Could this administration be implemented here?
In Powershell
enable with copy:
Set-Mailbox -Identity "Douglas Kohn" -DeliverToMailboxAndForward $true -ForwardingSMTPAddress "douglaskohn.parents@fineartschool.net"
enable:
Set-Mailbox -Identity "Ken Sanchez" -ForwardingSMTPAddress "pilarp@contoso.com"
disable:
Set-Mailbox -Identity "Ken Sanchez" -ForwardingSMTPAddress $null
https://docs.microsoft.com/de-de/exchange/recipients/user-mailboxes/email-forwarding?view=exchserver-2019