Jun 30 2019 11:34 PM
Hello Teams Community,
I recently stumbled upon this issue when changing an user last name, the Microsoft Teams Client doesn't get updated accordingly. When opening the Teams Web Application and Teams Android Mobile App, the name is shown correctly. The issue only occurs in the Microsoft Teams Client for Windows.
When deleting the Cache and Databases from the Application Data folder the information gets "Refreshed" and the Display Name gets updated accordingly.
Here is the Script I used to delete the folders:
$VerbosePreference = "Continue"
# Force Close any Teams Process
Get-Process -Name "Teams" | Stop-Process -Force
# Get Microsoft Teams Paths
$TeamsRemovePath = @()
$TeamsRemovePath += Join-Path -Path ([Environment]::GetFolderPath('ApplicationData')) -ChildPath ("Microsoft\Teams\Cache")
$TeamsRemovePath += Join-Path -Path ([Environment]::GetFolderPath('ApplicationData')) -ChildPath ("Microsoft\Teams\databases")
$TeamsRemovePath += Join-Path -Path ([Environment]::GetFolderPath('ApplicationData')) -ChildPath ("Microsoft\Teams\IndexedDB")
$TeamsRemovePath += Join-Path -Path ([Environment]::GetFolderPath('ApplicationData')) -ChildPath ("Microsoft\Teams\Local Storage")
# Remove items
Remove-Item -Path $TeamsRemovePath -Recurse -Force -Verbose
Jun 30 2019 11:55 PM
Jul 01 2019 12:07 AM - edited Jul 01 2019 12:48 AM
Hi Adam,
Yes, I've tried to logout, reboot, upgrade to latest version and the issue is already a week old, so it is persistent. All other team members within this group have the same issue.
I've also cleared the cache and the databases folder, it did not help, after deleting the
Jun 07 2020 12:50 AM
Jun 18 2020 08:25 AM
Thanks for your post, we are suffering exactly the same problem. I'm not a sys admin but am having to administer a very small Team for for our company to implement remote working. Could you kindly give me clue as to how to run your script?
Sorry for asking such an ignorant question.
Many thanks
Peter
Oct 27 2020 12:35 PM
@Glenn Goffin Thank you! This updated the user's name in Microsoft Teams on their end. Do you know if there is a way to force Microsoft Teams to update that user's name for everybody else in Teams?
Feb 26 2021 06:54 AM
@Glenn Goffin
Just an update. As of version 1.4.00.4167 (64 bit), the issue can be resolved with a login and a logout.
Apr 21 2021 10:33 AM
Jun 20 2021 03:17 AM
Aug 25 2022 10:05 PM
The problem persists till today.
Displaynames updated using Powershell by admin but
The old displayname still appears in TEAMS on mobile devices after all method described as solution.
The problem also exist in web-version Teams.
It seems that Microsoft just ignores the issue!