Currently the command teams cache remove doesn't work with the new Teams client. Let's change the command to support the new teams client as well.
All info can be found here: https://learn.microsoft.com/en-us/microsoftteams/troubleshoot/teams-administration/clear-teams-cache
Let's add a new option so we support both the new and classic Teams client:
| Option |
Description |
-c, --client [client] |
Teams client to target. Possible values are: new, classic. Default value is new. |
Currently the command
teams cache removedoesn't work with the new Teams client. Let's change the command to support the new teams client as well.All info can be found here: https://learn.microsoft.com/en-us/microsoftteams/troubleshoot/teams-administration/clear-teams-cache
Let's add a new option so we support both the new and classic Teams client:
-c, --client [client]new,classic. Default value isnew.