Migrating devices from an Azure AD tenant to another Azure AD tenant

Rob B 6 Reputation points
2020-04-30T19:18:53.063+00:00

Hello, is it possible to migrate user devices, such as PC's, laptop from one AAD tenant to another AAD tenant. I currently have 7 users laptops in another AAD tenant( Tenant A). I want to migrate those 7 user devices from that AAD tenant( Tenant A), to another AAD tenant (Tenant B) and the users can log into (Tenant B) successfully.

Thank you in advance

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,606 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,751 Reputation points Microsoft Employee
    2020-04-30T22:15:22.887+00:00

    Yes, you can migrate user devices from one tenant to another. You need to follow the below steps -

    1. You need to uninstall AAD connect and re-install it again by using the global account of the new tenant. Please follow the document to configure hybrid azure ad join.
    2. You can then run the below command to leave the device from old tenant:
      Dsregcmd /leave
    3. You can then trigger the device registration process by running Dsregcmd /join in elevated command prompt.

    Please make sure to verify the hybrid status of the device using the command “dsregcmd /status”.

    1 person found this answer helpful.