Just trying to figure out here how to implement Powershell in syncing objects (group memberships) between our source (D1IM) and target (Google) systems. I know we can use the Forward Sync Rule in the Administration Console to do that, but when we do, the source values overwrite the target values which is what we DO NOT want. We want the source values to append to the target values. The only way we can think of doing that is through a Powershell script. Any suggestions?
Also, I know there is code snippet mentioned in the Administration Guide, but where do we use this code?
documents.software.dell.com/.../accessing-source-and-target-objects-using-built-in-hash-tables
The example is vague and does not help much.