How to add mail attribute value to proxyAddresses
Applies to: Cayosoft Administrator 9.x or later.
Summary: This article describes how to add mail attribute value to proxyaddresses.
Configuration
In the Cayosoft Administrator Console, create the AD Users | Set Proxy Addresses rule rule.
In the Query section, set Query criteria to ObjectGUID of the User Created in the Web Portal.
Check that mail attribute is added to the Returned properties.
In the Action section set Address prefix to { $FoundObject.mail.Split("@")[0] }.
Set the Address suffix to ($FoundObject.mail.Split("@")[1]).
Save changes.
In the Cayosoft Administrator Console, navigate to Home > Configuration > Web Portal > Web Actions > Active Directory > Properties.
Enable Design Mode. Learn more in: How to enable Rule Design Mode in Cayosoft Administrator Console.
Click the Action tab.
Browse for the Rules to run after this rule section.
Add configured AD Users | Set Proxy Addresses rule.
Click Edit.
Open the Behavior section.
-
Add this script to the Execute If (condition):
(-not [string]::IsNullOrWhiteSpace($EmailAddress))
Save changes.
Comments
0 comments
Please sign in to leave a comment.