Default check the "Deliver message to both forwarding address and mailbox" checkbox in EAC

Timo Schulte 0 Reputation points
2023-10-13T07:21:00.15+00:00

Hey,

is it possible to default check the "Deliver message to both forwarding address and mailbox" checkbox in eac? I'm talking about the checkbox you get when activating mail forwarding for a mailbox.
See https://learn.microsoft.com/en-us/exchange/recipients/user-mailboxes/email-forwarding?view=exchserver-2019#use-the-exchange-admin-center-to-set-up-email-forwarding for more information.

Best regards,

Timo

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,178 questions
Exchange | Exchange Server | Management
{count} votes

1 answer

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,886 Reputation points Microsoft External Staff
    2023-10-16T06:15:15.4566667+00:00

    Hi @ Timo Schulte

    Based on my research and search, we can't set this setting to be selected by default in the EAC.

     

    If you feel it is troublesome to configure forwarding in batches in the EAC, I recommend that you set forwarding through the DeliverToMailboxAndForward parameter with PowerShell:

     

    Set-Mailbox -Identity "Douglas Kohn" -DeliverToMailboxAndForward $true -ForwardingSMTPAddress "******@fineartschool.net"
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.