Good Afternoon,

I am running into an issue with UPN Suffixes.
Currently, our domain is set to "ad.example.org"
I need to create new users with a UPN Suffix of "example.org" without the ad.
I have tried setting example.org to an adm-extensionattribute2 and setting the user logon name to %firstname%.%lastname%@adm-extensionattribute2
This does add the correct UPN, but it does not allow the user to logon normally. They have to type the fully user logon every time. EX: john.doe@example.org
I have also tried updating it in the user patterns but this creates the same issue.
Do you have a powershell script or method to accomplish this?

Thank you!

James

by (70 points)

1 Answer

by (307k points)
Best answer
0 votes

Hello James,

You can configure Web Interface Sign In page for users to enter their usernames only. It will require specifying a Default domain for the Web Interface. To do so:

  1. Launch Adaxes Web Interface Customization Tool.

  2. Select the Web Interface type and active the Sign In tab.

  3. Click Configure Username Options.

  4. Select Allow users to enter their username without the domain part .

  5. Select the Default domain (ad.example.org in your case) and click Apply.

Related questions

Since DIRSYNC doesn't appear to sync UPN correctly and it needs to be changed VIA powershell online. Is there a way to create a custom ... current on-prem UPN? Set-MsolUserPrincipalName -UserPrincipalName oldemail@old.com -NewUserPrincipalName newemail@new.com

asked Aug 11, 2015 by auser42 (340 points)
0 votes
1 answer

I have created two business rules: Do not enforce password change after self service Enforce password change after restting password of a user For some reason, when I self reset ... any business rule. I can't find any Operation that is "Change own password"

asked Oct 25 by apruitt (260 points)
0 votes
1 answer

Hello I am trying to export data via a script in a Business Rule for multiple users when their password is reset in the Web console, and I am having the following ... "%mail%" 'P' = "%unicodePwd%" } } $Data | Export-Csv -Path $csvFilePath -NoTypeInformation

asked Oct 10 by apruitt (260 points)
0 votes
1 answer

Hello, We are currently allowing users to submit requests for new user accounts within the domain. By default, the logon name is being formatted as %firstname%.%lastname% However this ... pre-Windows-2000 user logon name. Is there a way to work around this?

asked Dec 11, 2020 by sirslimjim (480 points)
0 votes
1 answer

Hey Guys We have some issues with new meeting rooms that we have created. Previously we used to have on-premise exchange but switched to office365. Before doing ... OU but the interface are different. under exchange properties they are different aswell.

asked Sep 18, 2019 by seanr (70 points)
0 votes
0 answers