How to copy primary SMTP value from proxyAddresses to extensionAttribute for AD user
Summary: This article contains step-by-step instructions on how to copy primary SMTP value from proxyAddresses to the extension attribute of an AD user.
Applies to: Cayosoft Administrator 8.4.0 or later
Step-by-step instruction
Create rule.
Add proxyAddresses attribute to Returned Properties.
In the Attributes, specify ExtensionAttribute in which you need to copy the SMTP value.
-
In Value paste this script:
Copy$(($FoundObject.proxyAddresses -cmatch "SMTP:*").Replace("SMTP:","")) Save changes.
Comments
0 comments
Please sign in to leave a comment.