Moving users from on-premise AD to Azure AD

Matthew Love 1 Reputation point
2022-11-01T18:11:25.287+00:00

Hi,

Currently we have our on-premise AD syncing to our Azure AD. We recently began to create new users just on Azure AD. We would like to move our current users from the on-premise AD to our Azure AD. It's about 7,600 users between two OUs. We are also planning to join the computers these accounts would use to the Azure AD.

I thought that breaking the sync would just keep the users in Azure AD, but it tried to delete them. I can't find a tool online that would just migrate the AD accounts to Azure AD. Would I have to manually recreate all the users in Azure AD?

Thank you,
Matt

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,932 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,671 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 54,731 Reputation points
    2022-11-01T18:49:25.603+00:00

    Hi @Matthew Love

    Try turning off directory syncing via PowerShell for all cloud users before disconnecting Azure AD Connect:

    Set-MsolDirSyncEnabled -EnableDirSync $false

    Note:

    If you use this command, you must wait 72 hours before you can turn directory synchronization back on.

    Cited: https://learn.microsoft.com/en-us/microsoft-365/enterprise/turn-off-directory-synchronization?view=o365-worldwide

    ----------------------------------------------

    If this is helpful please accept answer.

    0 comments No comments