Convert all onpremise users AD to Cloud only without resetting password

Yannick 20 Reputation points
2025-02-14T13:32:02.6366667+00:00

Hello everyone

I have several hybrid users accounts in AD (synced to Azure).

I want to convert all accounts to full azure.

I'm able to do it if I delete the account in AD, launch the synchro, restore the account in "Deleted Users" but I have to reset password while I restore it from

How to do for all users without resetting theirs passwords ?

Thanks for your advices.Y

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

Accepted answer
  1. Thameur-BOURBITA 35,921 Reputation points
    2025-02-15T21:45:15.8333333+00:00

    Hi @Anonymous

    When you deleted synced users from Entra ID and restored , it will stay synced and it cannot be modified from Entra ID.

    In you case you have to disable directory synchronization as mentioned in this link : Turn off directory synchronization

    When you disable directory synchronization , all synced users will be converted to cloud only accounts.

    Regarding the user password , if you password syncis already enable , in this case the user will reuse same password in AD. If it's not the case , you can reset it if it's unknown.


    Please don't forget to accept helpful answer



1 additional answer

Sort by: Most helpful
  1. Vasil Michev 115.3K Reputation points MVP
    2025-02-14T18:29:34.0466667+00:00

    Simply disable directory synchronization, it will convert all users to cloud-only, without affecting their password. This is the only supported solution in fact. The method you outlined above is a workaround that has never been supported by Microsoft. But if you do plan to use it, simply recover the users via PowerShell or the Graph API - the change password part is something the portal is forcing you to do.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.