Forum Discussion
vktr
9 years agoRegular Visitor
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...
- 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.
vktr
9 years agoRegular Visitor
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.
ThomasKurek
2 years agoRegular Visitor
Not sure where or how to add this function. Anymore details available?