This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Quick Connect - Add text prefix to a synchronized attribute

I'm trying synchronize the "mail" attribute from a source AD to "msRTCSIP-PrimaryUserAddress" in the target AD.  This works fine, however I would like to write a prefix of "sip:" to the synchronized value (e.g: "first.last@company.com" gets synchronized as "sip:first.last@company.com")

I found the following URL:

https://support.oneidentity.com/kb/90806

  • $employeeID = $srcObj["employeeID"].ToString("000000")
    $employeeID


Although I can't seem to get it to work for my scenario. How can I use this for my scenario as a step handler?

Parents
  • Thank you, every time I use this - it feels like my first time. I had forgotten about rules capability in here and assumed I had to PoSh things... :)

    I have chosen Rule rather than Attribute... although it still doesn't seem clear. I can choose the value from Mail now, although the "Text" Entry Type I see alongside this is somewhat unclear as to my desire to prefix the Mail attribute?

Reply
  • Thank you, every time I use this - it feels like my first time. I had forgotten about rules capability in here and assumed I had to PoSh things... :)

    I have chosen Rule rather than Attribute... although it still doesn't seem clear. I can choose the value from Mail now, although the "Text" Entry Type I see alongside this is somewhat unclear as to my desire to prefix the Mail attribute?

Children
No Data