Chat now with support
Chat with Support

On Demand Migration Current - Active Directory Domain Move Quick Start Guide

I am receiving an error during the remove addresses step related to duplicated addresses. How can I locate the duplicate accounts?

On Demand Migration Active Directory replaces the email address and/or userprinciplename with the replacement domain name when the domain is removed that is under move.  If the replacement address already exists in the directory, the domain move process will generate an error and alert migration administrators.  An administrator can use the following PowerShell script to find objects that still have the domain name attached and perform any remediation needed.

Get-AzureADUser -All:$true | where { ($_.ImmutableId -ne $null) -and (($_.UserPrincipalName -like '*xxx.com'
-or ($_.Mail -like '*xxxx.com') -or ($_.ProxyAddresses -like '*xxx.com')) } | select "UserPrincipalName", ImmutableId  

I am using the Basic Mode Email Relay Service for my domain move project.  What is the best method to hold the email during the domain move and resume the delivery after the domain is moved?

I am using the Basic Mode Email Relay Service for my domain move project.  What is the best method to hold the email during the domain move and resume the delivery after the domain is moved?

The easiest solution is to change your MX records from Microsoft 365 to domain that is not reachable during the domain move.  For more details, please refer to this Microsoft link.

MX record change - Stop inbound mail flow

Change your primary MX record from Office 365 to domain that is not reachable, i.e. "unreachable.example.com". Internet mail servers attempting to deliver new mail will queue the mail and attempt redelivery for 24 hours. Using this method, some email may return a non-delivery report (NDR) depending on the server attempting to deliver the email. If this is a problem use an MX record backup service. There are many third-party services that will queue your email for days or weeks. Once your migration is complete, these services will deliver the queued mail to your new Office 365 organization.

NOTE It is highly recommended to use either On Demand Migration Active Directory Email Relay Service or a third-party service to queue the email for final delivery to avoid any lost emails.

My company security policy does not allow the global administrator role to be assigned the account, can I still move my domain?

Yes, you can use On Demand Migration Active Directory to move your domain, but you will need to manually remove the domain from source tenant and add the domain to the target tenant at the appropriate time. The Domain Move project will alert you that it is unable to automatically remove the domain due to a lack of permissions, at that point you may manually remove and add the domain.  Once you have completed these steps, you may skip to the add email addresses step by click on the Skip button.

The remove address step cannot continue because my hybrid objects in the cloud are still associated with my domain, what should I do?

On Demand Migration Active Directory removes the domain name from hybrid users by making changes to Active Directory on-premise objects. After the objects are updated on-premise, these changes must be synced to Microsoft Entra ID.  Verify the changes are correctly synced to the cloud from the Microsoft Entra ID Sync log.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating