Your network contains an Active Directory forest named contoso.com that is linked to an Azure Active Directory (Azure AD) tenant named contoso.com by using Azure AD Connect.
You need to prevent the synchronization of users who have the extensionAttribute15 attribute set to NoSync.
What should you do in Azure AD Connect?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-change-the-configurationTo prevent the synchronization of users who have the extensionAttribute15 attribute set to NoSync, you need to create an inbound synchronization rule in Azure AD Connect. The correct answer is therefore A: Create an inbound synchronization rule for the Windows Azure Active Directory connector.
Here is a more detailed explanation:
Azure AD Connect is a tool used to synchronize objects between your on-premises Active Directory domain(s) and Azure Active Directory. When objects are synchronized, their attributes are also synchronized. In this case, you want to prevent the synchronization of users who have the extensionAttribute15 attribute set to NoSync.
To accomplish this, you need to create an inbound synchronization rule. Inbound synchronization rules are used to map objects and attributes from the on-premises Active Directory domain(s) to Azure AD.
Here are the steps to create an inbound synchronization rule:
In summary, to prevent the synchronization of users who have the extensionAttribute15 attribute set to NoSync, you need to create an inbound synchronization rule for the Windows Azure Active Directory connector, and specify a filter to exclude users with that attribute value.