How to set mailnickname user attribute in the environments with no on-premise Microsoft Exchange Server
Summary: If there is no on-premise Exchange server in your environment Exchange attributes will not be populated. This article contains a step-by-step instruction on how to populate mailnickname user attribute that is required for synchronization to work properly.
Applies to: Cayosoft Administrator 8.x and later
Video Tutorial
Configuration
In the Cayosoft Administrator Console, navigate to Home > Configuration > Web Portal > Web Actions > Active Directory > New User.
Open the Account section.
Set email and add primary proxy address to Only when a user is created with a mailbox.
Save changes.
Create the rule.
-
Set Query criteria to this value:
Copy{(mail -like "*") -and (mailNickname -notlike "*")} Set Attribute to mailnickName
Set Value to $FoundObject.SamAccountName
Save changes.
When the rule is run all users who have email address but don't have mailnickName will have mailnickName set to SamAccountName.
Comments
0 comments
Please sign in to leave a comment.