Skip to content

Simple powershell script used in Service Desk to clean Microsoft Teams

License

Notifications You must be signed in to change notification settings

Timour-Khan/Teamsflush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Teamsflush

This script is here to help you clean and clear cache and cookies to prevent some errors happening with Microsoft Teams.

Prerequisites

What things you need to install the software and how to install them

  • Powershell

How to use this script

Just copy/paste into your favorite notepad editor/atom/sublime/visualcode and run it.

Save it somewhere, double click on it / Navigate to that path and run .\flush.ps1

Alternatively copy/paste this into a powershell window :

iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JeWxX'))

%AppData%\Microsoft\teams\application cache\cache

%AppData%\Microsoft\teams\blob_storage

%AppData%\Microsoft\teams\databases

%AppData%\Microsoft\teams\cache

%AppData%\Microsoft\teams\gpucache

%AppData%\Microsoft\teams\Indexeddb

%AppData%\Microsoft\teams\Local Storage

%AppData%\Microsoft\teams\tmp

%LocalAppData%\Google\Chrome\User Data\Default\Cache

%LocalAppData%\Google\Chrome\User Data\Default\Cookies

%LocalAppData%\Google\Chrome\User Data\Default\Web Data

Internet Explorer Temporary Internet Files

Internet Explorer Cookies

Clearing those locations + self elevating command.

Authors

Timour Varrasse @ Atea Various Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple powershell script used in Service Desk to clean Microsoft Teams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published