Forum Discussion
CBach2014
May 26, 2020Copper Contributor
Looking for new messages
There is a significant delay between me sending receiving messages in teams today and them showing up in my chat window. When I send and receive messages, they show up on my phone app and on the chat...
Mark Potter
Sep 04, 2020Copper Contributor
CBach2014 , an admin at my org pointed me to a solution that worked for me.
One line of powershell sourced from the following url:
Get-ChildItem "C:\Users\*\AppData\Roaming\Microsoft\Teams\*" -directory | Where name -in ('application cache','blob storage','databases','GPUcache','IndexedDB','Local Storage','tmp') | ForEach{Remove-Item $_.FullName -Recurse -Force -WhatIf}
Exit Teams and log in again.
Bradford1023
Oct 20, 2020Copper Contributor
Mark Potter
This worked for me, thank you.