Delete AD connect without access to server

Jason Dale 1 Reputation point
2022-09-19T05:49:47.833+00:00

I have been messing around with adding a local server but was running the Server 2019 with a VM that has died. It has SSO setup through azure and wish to delete it as i get emails every day about failed syncs. Thanks for any help.

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2022-09-19T06:18:29.853+00:00

    You can disable synchronization from the service side by running:

    Set-MsolDirSyncEnabled -EnableDirSync $false  
    

    If you want to make any further changes, it's best to spin up another instance of Azure AD connect and rerun the config wizard.


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.