From d54b8c7e464696fc86a9726b915bb017ca7a5eeb Mon Sep 17 00:00:00 2001 From: David Yoder Date: Thu, 24 Mar 2022 17:29:46 -0400 Subject: [PATCH] merged into Fix-MicrosoftTeams.ps1 --- Fix-ClearTeamsCache.ps1 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Fix-ClearTeamsCache.ps1 diff --git a/Fix-ClearTeamsCache.ps1 b/Fix-ClearTeamsCache.ps1 deleted file mode 100644 index 095c595..0000000 --- a/Fix-ClearTeamsCache.ps1 +++ /dev/null @@ -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 \ No newline at end of file