I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Forward Email to a contact in Exchange via PowerShell

If you have a contact in exchange and you want to forward a mailbox to it. Then you can use the following command to do this.

Set-Mailbox -ForwardingAddress 'blackforce.local/MyBusiness/Users/SBSUsers/ContactName' -DeliverToMailboxAndForward $true -Identity 'blackforce.local/MyBusiness/Users/SBSUsers/UserName'

The bit before the username is the OU path to the user and contact.