Get-ChildItem -Path "$env:USERPROFILE\AppData\Roaming\Microsoft\Teams" -Directory | Where {$_ -in ('Cache','databases','blob_storage','IndexedDB','')} | ForEach {Remove-Item $_.FullName -Recurse -Force}
by Lou Goban
IT Application Professional at Syntax
Get-ChildItem -Path "$env:USERPROFILE\AppData\Roaming\Microsoft\Teams" -Directory | Where {$_ -in ('Cache','databases','blob_storage','IndexedDB','')} | ForEach {Remove-Item $_.FullName -Recurse -Force}