Forum Discussion
Mail redirection without contact? Since when does this work and what is the technical background?
- Apr 02, 2019
Within the UI you used to need to pick an entry from the GAL; using PowerShell you could always do something like Set-Mailbox -Identity ID -DeliverToMailboxAndForward $true -ForwardingSMTPAddress username@contoso.com, provided global AutoForward setting was enabled (by default Set-RemoteDomain Default -AutoForwardEnabled $true, or for a specific domain to allow forwarding to)
Within the UI you used to need to pick an entry from the GAL; using PowerShell you could always do something like Set-Mailbox -Identity ID -DeliverToMailboxAndForward $true -ForwardingSMTPAddress username@contoso.com, provided global AutoForward setting was enabled (by default Set-RemoteDomain Default -AutoForwardEnabled $true, or for a specific domain to allow forwarding to)