Teams
Here are some general how-to's regarding the usage of Teams
Screen Sharing [German: Bildschirmfreigabe]
This always comes up when new users don't know how to share their screen:
Download the new Teams [German: Das neue Teams herunterladen]
If the older Teams version is preinstalled and stops working, users will get confused, so just send them this link (if they're willing to do this themselves) so they can download the new Teams:
https://www.microsoft.com/de-de/microsoft-teams/download-app?market=de
If you need to take care of this issue, here's the direct link for the German new Teams version, ready to copy and paste into the browser's address bar:
https://go.microsoft.com/fwlink/?linkid=2196106&clcid=0x407&culture=de-de&country=de
Bulk Install the New Teams app
Download the new Teams and the bootstrapper to the same folder (in this example, the "Downloads" folder):
New Teams 64Bit download: https://go.microsoft.com/fwlink/?linkid=2196106
Bootstrapper download: https://go.microsoft.com/fwlink/?linkid=2243204&clcid=0x409
Press Win+R and enter the offline install command:
"%userprofile%\Downloads\teamsbootstrapper.exe" -p -o "%userprofile%\Downloads\MSTeams-x64.msix"
If this doesn't work on some systems, open CMD as admin and explicitly navigate to the folder where you downloaded the files:
cd %userprofile%\Downloads\TeamsNow type the command to run the bootstrapper:
.\teamsbootstrapper.exe -p -o %userprofile%\Downloads\Teams\MSTeams-x64.msixIf done correctly, you should see something similar to this:
{
"success": true
}
PS C:\Users\USERNAME\Downloads\Teams>More info: https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client
Last updated