Creation of migration endpoints
A migration endpoint contains the connection settings for an on-premises Exchange server that is running the MRS proxy service. These connection settings are required to perform remote move migrations to and from Exchange Online. Hence, migration endpoints can be the facilitators of the "move mailboxes" process.
A migration endpoint must be created prior to on-boarding and off-boarding remote move migrations in an Exchange hybrid deployment.
Important
Prior to even creating migration endpoints, you must ensure that the target server is available. Else, the remote move migrations fail despite prevalence of migration endpoints. You can verify the availability of the target server using the Test-MigrationServerAvailability
cmdlet. For more information on this cmdlet and how it helps in verifying the availability of the target server, see Test-MigrationServerAvailability.
A migration endpoint can be created through the following methods:
Important
The Hybrid Configuration Wizard (HCW) is the preferred method to create migration endpoints because it helps in seamlessly creating migration endpoint. For more information on HCW, see Hybrid Configuration Wizard.
EAC
Important
HCW is the preferred method to create migration endpoint. The EAC method of creating endpoint is required only to create further migration endpoints, in addition to the one created using HCW.
Creation of migration endpoints through EAC portal involves:
Creation of migration endpoint using a migration batch
The process of creating a migration endpoint through a migration batch includes:
- Create a migration endpoint to move Exchange Online mailboxes to on-premises organizations
- Create a migration endpoint to move on-premises mailboxes to Exchange Online organization
Create a migration endpoint to move Exchange Online mailboxes to on-premises organizations
- Sign in to the Exchange Online EAC (https://admin.exchange.microsoft.com) and select Migration from the left navigation menu.
- Select Add a migration batch.
- On the Add migration batch page:
- In the Give migration endpoint a unique name text box, enter a name for the migration batch.
- From the Select the mailbox migration path drop-down list, select Migrate from Exchange Online.
- Select Next.
- Select Create a new migration endpoint, and then select Next.
- Enter the values for the following mandatory fields:
- Migration endpoint name: The name of choice for the endpoint you are going to create.
- Account with privileges (domain\user name): The username of the user with extra privileges for whom you want to facilitate mailbox moves, in the format
domain\user name
. - Password of account with privileges: The password for the account of the user with extra privileges.
- Remote MRS Proxy server: The on-premises Exchange server on which the MRSProxy service has been deployed.
- Select Next.
- Retain the default values of 20 and 10 for the Maximum concurrent migrations and Maximum concurrent incremental syncs text boxes, respectively.
- Select Next.
- Close the page that displays a notification message regarding creation of the migration endpoint.
- On the Migration batches page, select Endpoints on the top-right side of the page, and verify that the name of the endpoint that you created is displayed.
Create a migration endpoint to move on-premises mailboxes to Exchange Online organization
- Sign in to the on-premises EAC (https://admin.exchange.microsoft.com) and select Migration from the left navigation menu.
- Select Add a migration batch.
- On the Add migration batch page:
- In the Give migration endpoint a unique name text box, enter a name for the migration endpoint that you want to create.
- From the Select the mailbox migration path drop-down list, select Migrate to Exchange Online.
- Select Next.
- From the Select the migration type drop-down list, select Remote move migration, and then select Next.
- On the Prerequisites for remote migration page, select Next.
- Select Create a new migration endpoint, and then select Next.
- Enter the values for all the mandatory fields, and then select Next.
- Retain the default values of 20 and 10 for the Maximum concurrent migrations and Maximum concurrent incremental syncs text boxes, respectively.
- Select Next.
- Close the page displaying a notification message for the creation of the migration endpoint.
- On the Migration batches page, select Endpoints on the top-right side of the page and then verify whether your migration endpoint is displayed.
Creation of an endpoint directly
Direct creation of a migration endpoint denotes "not using the 'batch migration creation' process as part of creating a migration endpoint."
To directly create a migration endpoint using EAC, and without using the "migration batch creation" process, perform the following steps:
- Sign in to the EAC (https://admin.exchange.microsoft.com).
- Select Migration from the left navigation menu.
- Select Endpoints on the top-right side, and then select + Add.
- On the Add Endpoint page:
- From the Select the migration type drop-down list, select Exchange Remote.
- Enter the values for the mandatory fields, and then select Create.
- Close the page that displays the message Created successfully.
- On the Migration batches page, select Endpoints on the top-right side of the page, and verify that your migration endpoint is displayed.
PowerShell
For information on how to create a migration endpoint using PowerShell, see New-MigrationEndpoint.
To implement the next step of moving mailboxes, see Methods to move mailboxes between on-premises and Exchange Online organizations.