Microsoft Identity Manager documentation for ProxyAddressCollection management with a MIMWAL update resources workflow activity
MIMWAL ProxyAddressCollection Management
Microsoft Identity Manager documentation for ProxyAddressCollection management with a MIMWAL update resources workflow activity. The workflow is split into 4 steps and should be triggered by a MPR as soon as a ProxyAddressCollection relevant attribute is changed (e.g. MailNickName or MailDomain).
This process is highly dependent on the requirements and varies from company to company. Please see this only as a basis for development. Daniel Malmgren has also published an example: https://social.technet.microsoft.com/wiki/contents/articles/37997.mim2016-mimwal-create-workflow-for-changing-e-mail-address.aspx which served as a basis for me. The main difference in my solution is the better error handling should new values already be in the ProxyAddressCollection and the inclusion of another mail domain and SIP address.
Features
Adds the old primary SMTP as secondary SMTP
Removes the new primary SMPT if it's already in ProxyAddressCollection as secondary SMTP
Checks if updates are truly required
Manages mail addresses for two mail domains (both whith the same MailNickName)
Error handling for differences between upper and lower case letters
Worfklow Steps
Build new values (mail addresses, sip address, UPN) - Save to WorkflowData
Get current values from ProxyAddressCollection via iteration - Save to WorkflowData
You will notice I build the new primary SMTP and SIP again instead of using my already populated value in WorkflowData. I have seen issues during testing where the case sensitive was not maintained in WorkflowData