Hi,
I use the following script to Forward incoming mail to another inbox, but keeping the copy in the original mailbox:
Set-Mailbox -Identity "Company/User" -ForwardingsmtpAddress "test@company.com" -DeliverToMailboxAndForward $true
I have notice if I run the command again it removed the first rule and replaces it with the last command, how can I add 2 Forwarding addresses in one command line, so that I can make one mailbox forward to 2 other mailboxes in one command?
Is that supported?
Thanks