merged into Fix-MicrosoftTeams.ps1
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
# Inspired by: https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-administration/clear-teams-cache
|
|
||||||
|
|
||||||
# Stop Teams if it's running
|
|
||||||
End-Process -Name "Teams" -Match -Force
|
|
||||||
|
|
||||||
# Clear all cached content
|
|
||||||
LogMsg "Deleting all cached data for Microsoft Teams"
|
|
||||||
Get-ChildItem -Path "${Env:AppData}\Microsoft\Teams" -Recurse | Remove-Item -Recurse -Force -ErrorAction SilentlyContinue
|
|
||||||
Reference in New Issue
Block a user