How to Add UPN Suffix in Active Directory

To add a UPN suffix in Active Directory, use the Active Directory Domains and Trusts console that is installed on a domain controller. In this article, I’ll show you the exact steps for adding a UPN suffix in Active Directory.

Table of contents

What is a UPN suffix

A UPN suffix (User Principal Name) in Active Directory (AD) is the part of a user’s logon name after the “@” symbol. For example, a user named Bob Smith in the entralyzer.local domain would have the UPN logon name [email protected]. If you want bob to sign in as [email protected] you would need to add a custom UPN suffix to Active Directory.

Why Add a Custom UPN Suffix to Active Directory

  1. Simplify user logon
    • Most organizations want users to log in with the same name as their email address.
  2. Microsoft 365 Integration
    • When syncing accounts to Microsoft 365 with the Entra Connect, the UPN should match a verified domain in the cloud.
  3. Support multiple organizations or domains
    • If you merge companies you would need to add the new companies UPN suffix to your Active Directory.
  4. Add verified domain for Entra ID

Adding a UPN Suffix to Active Directory

  1. Log in to a Domain Controller with a domain administrator account.
  2. Click on Start select Windows Administrator Tools and then Active Directory Domains and Trusts

    active directory domains and trusts
  3. In the console, right-click Active Directory Domains and Trusts in the left pane and select Properties from the menu.

    click on properties
  4. In the Alternative UPN suffixes box enter the UPN suffixes you want to add then click the Add button and Ok. In this example, I’m adding the UPN suffix entralyzer.com

    add alternative upn suffix
  5. Now when you add a new user or want to modify an existing one you should see the new UPN suffix.

    change users upn logon

That was easy, right?

Adding a custom UPN suffix in Active Directory helps create a consistent and user-friendly logon that aligns with your organization’s domain name. It can also be needed when synchronizing on-premises Active Directory to Microsoft 365 using the Entra Connect sync client.