Move users from Azure AD Tenant to a different Azure AD Tenant

Joe Faletra 1 Reputation point
2020-08-26T12:05:34.263+00:00

Due to a company divestiture, I need to move 3500 users from a current Azure AD tenant to a brand new Azure AD tenant. There is no on premise domain controller. I have seen articles on moving subscriptions etc but I have a selective move that needs to be done.

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
736 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-08-26T18:28:30.05+00:00

    You will have to re-create the user accounts and relationships (groups, roles, policies, etc) in the new tenant. You can try using the AzureAD Powershell module with something like this: https://github.com/alfredorevilla-msft/Move-users-from-Azure-AD-Tenant-to-a-different-Azure-AD-Tenant/blob/master/Main.ps1

    ---
    Please let us know if this answer was helpful to you. If so, please remember to mark it as the answer so that others in the community with similar questions can more easily find a solution.

    0 comments No comments