Hi
Any easy way to convert the ObjectGUID we get from:
$TheGUID = (Get-AdmGroup -Identity $SomeObject -Server $SomeServer).ObjectGUID
so that we can store them on the current object that Adaxes is working on, using:
$Context.TargetObject.Put("adm-customAttributeBinary1", $TheConvertedGUID)
----
We have tried some convert examples from Internet, but they do not work.
- Thanks