0 votes

Hello,

how can I work with multiple UPN suffixes.
The Admin web page shows only the default upn suffix.

Thank you
Regards,
Thorsten

by (240 points)

1 Answer

0 votes
by (18.0k points)

Hello Thorsten,

If you have multiple UPN suffixes, it is impossible to select one from a list. However, you can type usernames that contain UPN suffixes in the User Logon Name field. For example: username@customSuffix.com.
If you don't want users to type UPN suffixes manually, you can remove the User User Logon Name field from the user creation form, and generate the property with the help of Business Rules or Property Patterns.

For more details, please see:

Related questions

0 votes
1 answer

What is the best way of implementing user creation with different UPN suffixes in Adaxes as of 2018 ? I read, and configured, the "old" methods where you create a ... present them as possible options for user creation? Just like the normal interface ADUC does?

asked May 29, 2018 by pafa (500 points)
0 votes
1 answer

Hi i have created a business role in that role if user is created a specific OU it will do everyting , generate password create email in specific DataBase , but i cannot find how to ... BA , according to this ou user should get @ba.com UPN , how can i do that?

asked Nov 29, 2024 by vagifazari (470 points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

I've tried the following script to adapt the UPN to the country, the step will be processed in "before user creation" but the UPN stays ... # Save changes $Context.TargetObject.Put("userPrincipalName", $userPrincipalName) $Context.TargetObject.SetInfo()

asked Oct 12, 2022 by boris (550 points)
3,600 questions
3,288 answers
8,326 comments
548,301 users