A little something about everything

internet marketing and website development made simple..

Exchange 2013 Forward and Keep a copy

No method via ECP is available for this but a simple powershell command will do the trick:

Set-Mailbox -Identity "User" -DeliverToMailboxAndForward $true -ForwardingSMTPAddress newuser@domain.tld

Comments are closed