Warning: Undefined array key "titleWrapper" in /home3/jamil642r/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/blocks/toc/class-block-toc.php on line 103
HomeExchange ServerHow to Set Up Email Forwarding using EMS in Exchange

How to Set Up Email Forwarding using EMS in Exchange

In this article, we will learn how to set up email forwarding using EMS in Exchange Server 2019 for a mailbox. Email forwarding for a mailbox is useful in case we need to forward email messages sent to a user’s mailbox to another user’s mailbox inside or outside of our company.

For instance, if one of the employees is on leave and we need to forward all of her or his email messages to her/his manager, we can configure email forwarding for a user mailbox. Visit the Microsoft website to learn more about email forwarding with Exchange Management Shell.

We can use either the Exchange Admin Center web interface or the Exchange Management Shell to configure email forwarding for a mailbox in Exchange Server 2019.

Configure Email Forwarding with Exchange Management Shell

Open the Exchange management shell and then follow the below steps to forward emails to another account.

Set-Mailbox -Identity "username" -ForwardingSMTPAddress "[email protected]"

Set Up Email Forwarding using EMS

If you need both the recipient and the forwarding email address to receive copies of the emails sent, then add and type this command.

-DeliverToMailboxAndForward $true

Let’s say the info2 account wants to know about all emails sent outside of your organization by an info user.

We will use the Exchange Management Shell command to configure email forwarding in Exchange 2019.

How to view the list of mailboxes on the Exchange Server 2019. Type

get-mailbox
Get-mailbox PowerShell

Forward the email, then type this command.

Set-Mailbox -Identity “info” -ForwardingAddress “[email protected]” -DeliverToMailboxAndForward $true. 

The command below will forward all messages destined for [email protected] and also retain emails in the mailbox of [email protected].

Set up email forwarding using EMS

To verify we have successfully configured email forwarding, type the below command.

Get-Mailbox -Identity “info” | fl Alias, ForwardingAddress
Verify email forwarding PowerShell

To Remove Email Forwarding with PowerShell

It is very easy to check if the email is being forwarded to external or inappropriate recipients using PowerShell and remove those forward settings if they are in place.

Set-Mailbox [email protected] -ForwardingAddress $Null
Remove email forwarding PowerShell

To verify, email forwarding was successfully removed.

Removed email forwarding powershell

Related: How to Configure Outlook Anywhere in Exchange 2019

Jamil
Jamilhttp://jamiltech.com
A Professional Technology Blog Writer | An energetic professional with more than 20+ years of rich experience in Technology, Planning, Designing, Installation, and Networking.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments

fitspresso analysis on How to Reset Microsoft 365 Password
historical landmarks tours for history buffs on How to Add Hyper-V Server Altaro VM Backup
9780443186882 PDF download on How to Migrate Active Directory 2012 to 2022
Shaik Mohammad Jaheer on How to Enable Night Light on Windows 11