Published: 11/22/2022
Applies to: Cayosoft Administrator 9.x or later.
Summary: This article describes how to add mail attribute value to proxyaddresses.
Configuration
- In the Administrator Console create the AD Users | Set Proxy Addresses rule.
- In the Query section set Query criteria to ObjectGUID of User Created in Web UI
- Check that mail attribute is added to 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 Administrator Console navigate to Home > Configuration > Web Portal > Web Actions > Active Directory > Properties.
- Enable Design Mode – Cayosoft Help Center.
- Click the Action tab.
- Browse for Rules to run after this rule section.
- Add configured AD Users | Set Proxy Addresses rule
- Click Edit.
- Open Behavior section.
- Add this script to Execute If (condition): (-not [string]::IsNullOrWhiteSpace($EmailAddress))
- Save changes.
Comments
0 comments
Please sign in to leave a comment.