Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

clear teams cache powershell

#Clears cache for all users
Get-ChildItem "C:Users*AppDataRoamingMicrosoftTeams*" -directory | Where name -in ('application cache','blob_storage','databases','GPUcache','IndexedDB','Local Storage','tmp') | ForEach{Remove-Item $_.FullName -Recurse -Force -WhatIf}
Source by techcommunity.microsoft.com #
 
PREVIOUS NEXT
Tagged: #clear #teams #cache #powershell
ADD COMMENT
Topic
Name
9+5 =