How to forward emails in Office 365
You want an easy way to forward all mails for one or more user(s) to another user? There are several ways to achieve this. One of them is to run the following command in powershell after you connect to Office 365. [codesyntax lang=”powershell”] Set-Mailbox user1 -ForwardingSmtpAddress user2@example.com -DeliverToMailboxAndForward $false [/codesyntax] In this case, user1 is … Continue reading How to forward emails in Office 365