I'm using only the GALSYNC component of MIM 2016.
There are 2 things I would like to achieve:
1. update the displayname of a synced object.
For example:
The displayname of user object in forest A is 'ABC'.
When it is synced to forest B, I want the displayname to show up as 'ABC (FixedString)'.
2. update the targetaddress attribute in the destination forest. Note that the user object in source forest does not have the attribute populated.
For example:
user object ABC in forest A does not have the targetaddress attribute. The mail attribute is abc@forestA.com
When it is synced to forest B, I want the targetaddress attribute to be populated withabc@anotherdc.forestA.com. Note the additional domain component has to be added.
How would I go about doing the above?