Email forwarding in Exchange Online BPOS
- Download & Install .NET Framework 2.0 – http://bit.ly/kKD3ne
- Download & Install Powershell 1.0 – http://bit.ly/kkc3aH
- Download & Install Microsoft Online Migration Tools – http://bit.ly/l0T3He
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