Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Tabrezz,
If you want to change the "display name" instead of the User Principal Name, you can try the follow steps:
- Install Office 365 PowerShell.
- Enter "Connect-MsolService" > Sign in with Office 365 global admin center.
- Create an Excel file with the following format and save in: C:\temp\Book1.csv
- Enter in PowerShell: import-csv c:\temp\Book1.csv | foreach {Set-MsolUser -UserPrincipalName $_.UserPrincipalName -DisplayName $_.DisplayName}
- Check in the user display name in admin center.
You can give it a try and share the outcome with us.
Regards,
Jared