Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

convert Binary to GUID....ObjectGUID field in AD

Hi, i am pulling data from AD and one of the columns ObjectGUID is showing as Binary in the Query editor. How do i convert that to original GUID value. I used Binary.ToText( ObjectGUID,1)  function ...