DN attribute in Azure AD

Talha 216 Reputation points
2020-12-25T15:10:29.263+00:00

Hi,
Do we have Distinguish name attribute in Azure AD as we have in onprem AD. If its there then how can I find it?

thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,422 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,081 Reputation points MVP
    2020-12-25T16:04:14.677+00:00

    No, we do not, as Azure AD is not a replacement for AD. If you are using Exchange Online, any recipient object will have a DN attribute, but it only exists within ExODS, not Azure AD. And if you are syncing objects from on-premises, you will be able to use the OnPremisesDistinguishedName attribute, which is mapped to the DN value on-premises.

    1 person found this answer helpful.
    0 comments No comments

  2. Talha 216 Reputation points
    2020-12-31T14:31:02.417+00:00

    In case anyone is looking for same, we can find DN attribute on an exchange online using following cmdlet
    get-exomailbox -identity username

    0 comments No comments