Forum Discussion

vktr's avatar
vktr
Regular Visitor
9 years ago
Solved

Active Directory (AD) User Object GUID

Hello,   Has anyone managed to get User Object GUID from Active Directory (AD)? It is in binary format so it must be converted to text to use it.   There is an example on how to convert Object S...
  • vktr's avatar
    9 years ago

    I needed this to link AD objects to Azure AD objects.

    I have found that it is enough for me to convert AD GUID values with function:

    = Binary.ToText(Guid, 0)

    In Azure AD GUID's have the same expression as after confersion with function above.