Hi all
I'm using the PowerShell Management Agent to provision users to a target system. The target system will generate the anchor (Id) during the provisioning.
I can't find out how to set the anchor (Id) during the execution of the export script.
I already tried something like $_.Id = $newID but that isn't working.
Anyone got an idea ?