question

LukeLim95131 avatar image
0 Votes"
LukeLim95131 asked vipulsparsh-MSFT answered

Azure AD Connect Convert Mail Object to Contact Object

Is there are way to configure Azure AD Connect to sync up some users as contact object?

Example 1.
I got 1 root forest abc.com and a sub forest external.abc.com

Can I configure Azure AD Connect to sync up both abc.com and external.abc.com as mail user.
Then configure rules editor to convert those from external.abc.com as contact object?


Example 2.
I only got 1 forest ab.com but 2 OU
internal and external.

Can I configure Azure AD Connect to sync up both OU as mail user.
Then configure rules editor to convert those from external OU as contact object?

Or I have to PowerShell scripting to do the conversion?

azure-ad-connect
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

vipulsparsh-MSFT avatar image
0 Votes"
vipulsparsh-MSFT answered

@LukeLim95131 Thanks for reaching out and apologies for delay on this.

Few things that you can perform to achieve is using the sync rules as mentioned in : https://docs.microsoft.com/en-us/azure/active-directory/hybrid/concept-azure-ad-connect-sync-user-and-contacts

Important thing to note is :
If you have a topology where users are represented as contacts, make sure you select to match users on the mail attribute in the installation guide.
If you select another option, then you will have an order-dependent configuration.
Contact objects will always join on the mail attribute, but user objects will only join on the mail attribute if this option was selected in the installation guide.


If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.