Forum Discussion
Difference between Usermailbox vs Office365 mailbox - Exchange Hybrid
like they mentioned, the mailuser object is created so that on-prem knows to put that object in the GAL for on-prem users and knows that it can accept mail for that address and forward it along to EOP to deliver it to O365.
- Brian ThomasApr 26, 2021Copper Contributor
This is an older post, hopefully you can answer my question.
We are in a hybrid configuration. All of our mailboxes have been successfully migrated to Office 365. Now, when we need a new mailbox, we create an on-premise user type mailbox and then migrated to Office 365. After the migration the On-Premise EAC shows the mailbox type as Office 365.
Instead of doing the migration, can we create an Office 365 mailbox right from the start in the On-Premise EAC? This also creates and AD account that we can then go in and add the necessary permissions, and no more migrations. Is this just wishful thinking?
- DeepakRandhawaApr 28, 2021Iron ContributorYou need to create user in local AD, there is no way of syncing a user from O365 to on-premises, it only supports syncing of very few user attributes.
Once you have created user in local AD, run Enable-RemoteMailbox SamAccountName -RemoteRoutingAddress User@domain.com
This creates a remote mailbox, now after one sync cycle of AAD Connect, assign the license to user in O365.
Now you have both, a user mailbox in O365 and a remote mailbox in you local exchange.