question

AbhimanyuSharma-8660 avatar image
0 Votes"
AbhimanyuSharma-8660 asked KaelYao-MSFT commented

Powershell command to enable email forwarding

Powershell command to enable email forwarding from Distribution list to other user

windows-server-powershelloffice-exchange-server-mailflow
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KaelYao-MSFT avatar image
0 Votes"
KaelYao-MSFT answered KaelYao-MSFT edited

Hi @AbhimanyuSharma-8660

Another method would be creating a Outlook inbox rule in one member mailbox of this distribution list to forward the email sent to this distribution list to the other user.
For detailed information about how to create a rule in Outlook or OWA:
Set up rules in Outlook
Use inbox rules in Outlook on the web

The rule would be like:
199019-14.png

If you would like to use Exchange Management Shell, you can use this cmdlet:
New-InboxRule


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.



14.png (15.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AndyDavid avatar image
1 Vote"
AndyDavid answered

You dont forward from a Distribution List, but if you want to add a member to it

 Add-DistributionGroupMember -Identity "Staff" -Member "JohnEvans@contoso.com"

https://docs.microsoft.com/en-us/powershell/module/exchange/add-distributiongroupmember?view=exchange-ps

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AbhimanyuSharma-8660 avatar image
0 Votes"
AbhimanyuSharma-8660 answered KaelYao-MSFT edited

Thank you so much @KaelYao-MSFT , let me repro the case and follow the above steps .

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @AbhimanyuSharma-8660

Do you have a chance to try the suggestions?

If any updates on this issue, please feel free to post back.

0 Votes 0 ·
AbhimanyuSharma-8660 avatar image
0 Votes"
AbhimanyuSharma-8660 answered KaelYao-MSFT commented

Hello ,

Yes, it worked for us. We tried this last week and we got the results . What we're looking for.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Glad to hear that!

If the suggestions work for you, please accept the helpful reply as the answer to the question.
It would also help other community members.
Thanks for your understanding.

0 Votes 0 ·