Enable-RemoteMailbox

Glenn Maxwell 14,001 Reputation points
2021-02-24T20:27:18.517+00:00

Hi Experts

I am using exchange 2010 hybrid environment. i have created account in Active Directory. i want to create remote mailbox for this user.

Display Name: Test ABC
sam account Name: user1.test1

Which is the correct syntax please guide me.

Enable-RemoteMailbox "Test ABC" -RemoteRoutingAddress "user1.test1@Company portal .mail.onmicrosoft.com"
Enable-RemoteMailbox "user1.test1" -RemoteRoutingAddress "user1.test1@Company portal .mail.onmicrosoft.com"

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

Andy David - MVP 160.3K Reputation points MVP Volunteer Moderator
2021-02-24T21:02:51.353+00:00
Enable-RemoteMailbox -id user1.test1  -RemoteRoutingAddress "******@contoso.mail.onmicrosoft.com" -alias user1.test1

I would set the alias to match the SamAccountName

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Glenn Maxwell 14,001 Reputation points
    2021-02-24T22:22:37.343+00:00

    in the above syntax -id user1.test1 is it samaccount name?

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.