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

Microsoft Security | Active Directory Federation Services
Exchange | Hybrid management
Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,396 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.


Your answer

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