Hi
I'm reading eDirectory values from a PowerShell script. A IDM user's Active Directory account information is not fully stored in eDir so sometimes I need to grab some other information of that user from Active Directory.
But to be able to lookup that info I need to convert the objectGuid from the DirXML-Associations which is stored like this "cn=A01_SomeAD_Driver,cn=driverset1,o=system#1#bd2939d2f7d8114475a0bcd5f535e61b"
Decoding the last part where the objectGUID is stored as "bd2939d2f7d8114475a0bcd5f535e61b" seems to be impossible. Our integrator told me that it was stored in base64 format but when trying online decoding tools to convert from base64 I dont get the correct conversion.
What's the right way to get the correct value from this string?