User's password is managed on-premises. But no on-premise server exist.

Randolph Cheng 20 Reputation points
2024-11-14T19:42:50.9833333+00:00

Some (or all, I am not sure yet) of our "cloud" users becomes unable to perform password reset.

The message I got is "User's password is managed on-premises."
But we don't have on-premise server anymore, it was terminated 3 years ago.
The status "On-Premises sync enabled" of the user is "NO"

The users were able to reset password in the paste few years. Not sure if this error is something related to AzureAD changes to EntraID.

User's image

User's image

Microsoft Entra Connect shows enabled

I am not sure if this is wrong
I don't know how to disable it

User's image

Can anyone help??

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,472 questions
0 comments No comments
{count} votes

Accepted answer
  1. Raja Pothuraju 9,285 Reputation points Microsoft Vendor
    2024-11-15T01:35:47.1466667+00:00

    Hello @Randolph Cheng,

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: User's password is managed on-premises. But no on-premise server exist.

    Solution: As you are not managing Microsoft Entra Connect anymore in your tenant, MS support engineer recommended to disable the sync. After disabling sync fix got fixed. Below are the commands given to disable sync.

    install-module msonline

    connect-msolservice

    Set-MsolDirSyncEnabled -EnableDirsync $false

    If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    Thanks,
    Raja Pothuraju.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Randolph Cheng 20 Reputation points
    2024-11-14T22:55:19.36+00:00

    MS Support helped solve my problem

    Use windows power shell
    install-module msonline
    connect-msolservice
    Set-MsolDirSyncEnabled -EnableDirsync $false

    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.