Disable AAD Connect

Kavindu Dayananda 76 Reputation points
2021-08-12T17:43:00.037+00:00

Hi,

We have few companies connected (sperate AD forests /AAD Connect) to our tenant. And we want to disable AAD connect (Convert synced users to Cloud only users) from one of these companies while other companies still able to sync their users from their separate AD forests (via AAD connect in each forest).

What is the recommended way to approach this?

Thanks

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,189 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,884 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,455 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,206 Reputation points
    2021-08-13T02:32:03.727+00:00

    @Kavindu Dayananda

    If there exist mailboxes and Exchange server for them, you could follow this article to decommission on-premises Exchange server and local AD that you want.

    If there only exist local AD without Exchange on-premises, it seems that you could stop AAD Connect directly (I would suggest you double check with AAD team):

    Set-MsolDirSyncEnabled -EnableDirSync $false  
    

    122909-qa-kyle-10-30-55.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.