#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}