Is it Possible to change the Naming order in teams From: Lastname, Firstname to Firstname, Lastname?

Reck, Max 6 Reputation points
2022-08-29T14:04:13.067+00:00

Hi,
is there any way to change the naming oder in Teams? the Default Order is: Lastname Firstname is there any way to change it to Firstname, Lastname?

Thanks!

Microsoft Teams | Microsoft Teams for business | Other
{count} vote

2 answers

Sort by: Most helpful
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2022-08-29T19:29:02.767+00:00

    Hi @Reck, Max

    At this time, MS Teams using the Display Name in Azure Active Directory to assign this. If you are syncing users to your tenant via Azure AD Sync or some other tool, you may need to change the ordering in how you integrate between the systems.

    If you aren't syncing the users you can either change it directly in Azure Active Directory or use PowerShell Get-AzureADUser and Set-AzureADUser commands to achieve changing the Display Name.

    Setting it in Azure AD

    Go to https://aad.portal.azure.com/#view/Microsoft_AAD_IAM/UsersManagementMenuBlade/~/MsGraphUsers > Choose the User > Edit Properties > Edit Display Name

    235901-image.png

    235892-image.png

    Get-AzureADUser

    https://learn.microsoft.com/en-us/powershell/module/azuread/get-azureaduser?view=azureadps-2.0

    Set-AzureADUser

    https://learn.microsoft.com/en-us/powershell/module/azuread/set-azureaduser?view=azureadps-2.0

    ------------------------------------------

    If this is helpful please accept answer.

    2 people found this answer helpful.

  2. Said A 911 Reputation points
    2022-08-30T00:04:43.73+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.