After you run the Enable-RemoteMailbox cmdlet to create an Exchange Online mailbox for an existing…
Create Office 365 mailbox in Exchange Hybrid
It’s good to go through the Exchange Hybrid test plan checklist and test all the scenarios before you start to migrate any mailboxes. The first task is to create an Office 365 user mailbox in Exchange Hybrid configuration. There are different ways to create an Office 365 mailbox in Exchange Hybrid. For example, you can create an Office 365 mailbox for a new user or create an Office 365 mailbox for an existing user. In this article, we will look at both options on how to create Office 365 mailbox in Exchange Hybrid.
Table of contents
Information
In this article, we will:
- Create two Office 365 mailboxes
- Test hybrid mail flow in both organizations
- Test GAL visibility in both organizations
Note: Good to know is that you need to create the mailbox in the on-premises Exchange environment. If you don’t do that, you will get mail flow issues.
Create Office 365 mailbox
There are two ways to create a user mailbox in Exchange Hybrid:
- Exchange Admin Center
- Exchange Management Shell
Create Office 365 mailbox in Exchange Admin Center
Sign in to the Exchange Admin Center (EAC) with admin privileges. That’s the on the Exchange on-premises server and NOT Office 365. Click recipients in the feature pane and click mailboxes in the tabs. Click the + icon. Select Office 365 mailbox to create a new mailbox in Office 365.
Fill in the information. Make sure that you select a proper domain suffix. Click Save.
Add the Exchange Online license to the user. Our example will make the user member of the security group that contains the Exchange Online license. That’s because we have set up Azure group-based licensing. You don’t have to assign an EXO (Exchange Online) license right now, and it’s fine to do that at a later stage.
Note: Remember that you can’t send and receive an email if you don’t have an EXO license.
Don’t forget to force sync Azure AD Connect.
PS C:\> Start-ADSyncSyncCycle -PolicyType Delta
Click on the new mailbox and click the edit icon in the toolbar.
Click email address in the menu. Verify that you see:
- smtp:<user>@tenant.mail.onmicrosoft.com
- Remote routing address
Go back to the Exchange admin center and click on the top bar on Office 365. Sign in with your Microsoft 365 admin credentials. Click the Office 365 user mailbox and press the edit icon in the toolbar.
Note: You will only see Office 365 mailboxes in Microsoft 365 Exchange admin center. The on-premises mailboxes are not shown on Microsoft’s cloud servers.
In the menu, click on email address. There is no remote routing address option in the cloud, and you will see two smtp onmicrosoft.com email addresses:
- smtp:<user>@tenant.mail.onmicrosoft.com
- smtp:<user>@tenant.onmicrosoft.com
We did create an Office 365 mailbox directly from on-premises Exchange admin center in Exchange Hybrid configuration.
Create Office 365 mailbox for existing AD user
Create a user account in Active Directory. In this example, Test Mailbox2. Add the Exchange Online license to the user. We already did assign the security group that contains the Exchange Online license because we use Azure group-based licensing.
Run Exchange Management Shell as administrator. Run the command to create a remote mailbox in Office 365 for existing AD user. Make use of the Enable-RemoteMailbox cmdlet. Change the tenant information to yours. In this example, it’s exoip365.mail.onmicrosoft.com.
Note: The proxy address will always be @tenant.mail.onmicrosoft.com.
The output shows the mailbox creation.
[PS] C:\>Enable-RemoteMailbox "Test.Mailbox2" -RemoteRoutingAddress "Test.Mailbox2@exoip365.mail.onmicrosoft.com"
Name RecipientTypeDetails RemoteRecipientType
---- -------------------- -------------------
Test Mailbox2 RemoteUserMailbox ProvisionMailbox
Do you get an ExchangeGuid is mandatory on UserMailbox error after running the above command? Read the article: Enable-RemoteMailbox ExchangeGuid is mandatory on UserMailbox.
Wait for the Azure Active Directory synchronization or force sync Azure AD connect with PowerShell.
PS C:\> Start-ADSyncSyncCycle -PolicyType Delta
Verify in the on-premises Exchange admin center that the mailbox type will show as Office 365. If you have a mailbox on-premises, it’s the mailbox type User.
Click in the top on Office 365. You will only see Office 365 mailboxes in Microsoft 365 Exchange admin center. Here, the mailbox type is User. The on-premises mailboxes are not shown on Microsoft’s cloud servers.
Test hybrid mail flow in both organizations
We did create both the Office 365 test mailboxes. Let’s test the mail between both organizations by sending an email in both directions.
Send email from Office 365 mailbox to on-premises
Start Outlook and sign in with the Office 365 mailbox. Create a new message and select an on-premises mailbox. In this example, Amanda Morgan. Click OK.
Send a test email from the Office 365 mailbox to the Exchange on-premises mailbox.
Sign in to Outlook with the Office 365 mailbox. The email shows up from Test Mailbox1. The mail flow from Office 365 to on-premises works.
Send email from on-premises mailbox to Office 365
Sign in to Amanda’s on-premises mailbox. Send an email in the other direction. Reply to the email and click Send.
The reply shows up in the Test Mailbox1 Outlook client. The mail flow from on-premises mailbox to Office 365 mailbox works.
Test GAL visibility in both organizations
It’s good to test the Global Address List (GAL) visibility in Exchange Online (Office 365) and Exchange on-premises.
Office 365 Global Address List visibility
From Test Mailbox1 Outlook client, create a new email and click on Address book. Select the address book All Users. Verify that you see both on-premises and Office 365 mailboxes.
Exchange on-premises Global Address List visibility
From Amanda’s Outlook client, create a new email and click on Address Book. Select the address book All Users. Verify that the on-premises and Office 365 mailboxes show up.
The next time, we will look at how to create Office 365 shared mailbox in Exchange Hybrid configuration.
Conclusion
In this article, you learned how to create an Office 365 mailbox in Exchange Hybrid configuration. There are a couple of options to create an Exchange Online mailbox in Office 365. Which one you choose, both will work. It depends on the company and which workflow is best for them. It’s your job to consult them.
Did you enjoy this article? You may also like the course Exchange Hybrid. Don’t forget to follow us and share this article.
This Post Has 0 Comments