Hi,
I am trying to modify some extension code for a management agent that will do the following:
If a user object in my "target" Active Directory connected data source has a proxyAddresses value that contains a certain sting of characters (i.e. "/o=ExchangeLabs/"), then I want to take only that proxyAddresses value, and write it back to that same user object in my "source" Active Directory connected data source.
Normally, I am flowing all proxyAddresses from the source AD to the target AD, but there may be this one proxyAddress in the target that I want to flow back to the source. It would be just this one value, and I want to write it back without affecting any of the other values that are already there. I would prefer that that code be in VB, if possible.
Thanks in advance,
Adam