Share via

Delete AD connect without access to server

Jason Dale 1 Reputation point
Sep 19, 2022, 5:49 AM

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 Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,031 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 116.5K Reputation points MVP
    Sep 19, 2022, 6:18 AM

    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.