Open the “Migration Command Shell” and follow the steps outlined below.

Provide Microsoft Online administration credentials:
$AdminCreds = get-credential

Setup forwarding:
Set-MSOnlineAlternateRecipient -DeliverToBoth $True -Identity [email protected] -AlternateRecipient [email protected] -Credential $AdminCreds