Teams-ps
TEAMS
https://teams.microsoft.com/downloads
Team Cache Deletion -
Create Batch file with following. Replace AMtosh with hostname and john with user having issues.
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\application cache\cache\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\blob_storage\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\databases\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\cache\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\gpucache\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\Indexeddb\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\Local Storage\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Roaming\Microsoft\teams\tmp\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Local\Google\Chrome\User Data\Default\Cookies\*.*" /s
del "\\AMTosh\c$\Users\john\AppData\Local\Google\Chrome\User Data\Default\Web Data\*.*" /s
PowerShell Command
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}
Clear Teams Cache on Windows
- Fully quit Microsoft Teams and ensure it’s not still running in the toolbar at the bottom right of Windows.
- Navigate to %appdata%/Microsoft/Teams in a File Window.
- Select everything in the folder.
- Delete everything.
- Open Teams and wait for it to download required files.
Clear Teams Cache on Mac
- Quit out of Teams completely.
- Navigate to ~/Library/Application Support/Microsoft.
- Right-click the Teams folder then select Move to Trash.
- Navigate to Keychain Access.
- Search for ‘Microsoft Teams’ and delete the entry.
- Open Teams and wait for it to download required files.