From 0a310da3bf314a4762d60a20063497c3618a23cb Mon Sep 17 00:00:00 2001 From: martinmuzak Date: Wed, 29 Jan 2025 12:59:14 +0100 Subject: [PATCH] Update teams-client-update.md Added more content for issue when user's Teams is still called "work or school" --- Teams/teams-client-update.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Teams/teams-client-update.md b/Teams/teams-client-update.md index 13831d20dd..a95db5fc3e 100644 --- a/Teams/teams-client-update.md +++ b/Teams/teams-client-update.md @@ -154,9 +154,25 @@ Applications= { |--------------------------------------|---------| |Classic Teams configuration |"/Applications/Microsoft Teams.app" = {
"Application ID" = **TEAMS10;**
} | |New Teams configuration with old name |"/Applications/Microsoft Teams **(work or school).app**"
= {
"Application ID" = **TEAMS21**;
} | -|Serving multiple configurations |"/Applications/**Microsoft Teams.app**" = {
"Application ID" = **TEAMS10**;;
}
"/Applications/**Microsoft Teams.app**" = {
"Application ID" = **TEAMS21**;
} | +|Serving multiple configurations of the same path but with different app IDs |"/Applications/**Microsoft Teams.app**" = {
"Application ID" = **TEAMS10**;
}
"/Applications/**Microsoft Teams.app**" = {
"Application ID" = **TEAMS21**;
} | -- A special case might happen when the registration is correct, but your application is still called **Microsoft Teams (work or school).app**. When this case happens, you need to manually download and install the [latest version of Teams](https://aka.ms/getteams). If someone don't have permission to install software, contact an administrator to perform the installation. After the installation is done, you'll continue to receive updates automatically. +#### Update issues caused by name mismatch + +A special case might occur when the registration is correct, but your application is still called Microsoft Teams (work or school).app. This issue mostly impacts early adopters and dogfooders. In this situation, you have two options: +1. Manually download and install the [latest version of Teams](https://aka.ms/getteams). If you don't have permission to install software, contact an administrator to perform the installation. After the installation is done, you'll continue to receive updates automatically. +2. Add an additional registration for MAU preferences. Use the following registration to address the name mismatch: + +```xml +/Applications/Microsoft Teams.app = { + "Application ID" = TEAMS21; +} +/Applications/Microsoft Teams (work or school).app = { + "Application ID" = TEAMS21; +} +/Applications/Microsoft Teams (work preview).app = { + "Application ID" = TEAMS21; +} +``` ## Updates to Teams on VDI