Door deze site te gebruiken, u gaat akkoord met de Privacybeleid.
Accepteren
OndernemingOndernemingOnderneming
  • THUIS
  • IT-PRO
  • Technisch
  • Microsoft
    • Azuur
    • Configmgr/sccm
    • DPM
    • Orkestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kantoor 365
    • Kantoor insider
    • PowerBI
    • Skypen
    • SQL-server
    • Teams
  • VENSTERS
    • Windows-beheercentrum
    • Windows-client
    • Windows-server
  • SCCM-queryverzamelingslijst
Lezing: Deploy Microsoft Teams Client with Configuration Manager
Lettergrootte wijzigenAa
OndernemingOnderneming
Lettergrootte wijzigenAa
  • THUIS
  • IT-PRO
  • Technisch
  • Microsoft
  • VENSTERS
  • SCCM-queryverzamelingslijst
Zoekopdracht
  • THUIS
  • IT-PRO
  • Technisch
  • Microsoft
    • Azuur
    • Configmgr/sccm
    • DPM
    • Orkestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kantoor 365
    • Kantoor insider
    • PowerBI
    • Skypen
    • SQL-server
    • Teams
  • VENSTERS
    • Windows-beheercentrum
    • Windows-client
    • Windows-server
  • SCCM-queryverzamelingslijst
ConfiguratieMgr

Deploy Microsoft Teams Client with Configuration Manager

Gepubliceerd: Februari 11, 2024
3 Min. gelezen
DEEL

Deploy Microsoft Teams Client with Configuration Manager. Not a perfect method – but work very well. Tested with SCCM 1610 and SCCM 1702 installatie.

Inhoud
Create Microsoft Teams client application deploymentInstall Microsoft Teams Client from Software Center

Update: There are now *.MSI files available, so you don’t need this post anymore.

Create Microsoft Teams client application deployment

1. Create a folder at your SCCM Distribution Point for Microsoft Teams Client setup files. (in my case D:\Install\Microsoft Teams\1.0.00.7405);

2. Place to folder Client setup file and create *.bat file with text strings;

Teams_windows_x64 /s

timeout 60

OPMERKING: if you have very fast PC’s in your network – decrease timeout;

3. Navigeren naar SoftwarebibliotheekApplicatiebeheerApplicaties. Klik Applicatie maken in the upper menu;

4. Voor General, select the option Geef de toepassingsinformatie handmatig op en klik Volgende;

5. Voor General Information, fill out all fields that you wish, klik Volgende;

6. Voor the Application Catalog, fill out all fields that you wish, add Icon (250×250);

7. Klik Volgende;

8. Voor Deployments Types klik Toevoegen;

9. Voor General, bij Type choose Scriptinstallatieprogramma en klik Volgende;

10. Voor General Information, binnenkomen your Naam, and add some Administrator Comments of Languages. Klik Volgende;

11. Voor Content, selecteren Inhoud-locatie. At the Installatieprogramma binnenkomen:

"teams.bat"

OPMERKING: This is a *.bat file from the beginning.

12. Bij Programma verwijderen binnenkomen:

"%LocalAppData%\Microsoft\Teams\Update.exe" --uninstall -s

OPMERKING: Microsoft Teams installing to user folder “C:\users\<username>\AppData\Local\Microsoft\Teams\”.

13. Klik Volgende;

14. Voor the Detection method klik Clausule toevoegen;

15. Bij Setting Type choose:

Registry

16. Bij Bijenkorf choose:

HKEY_CURRENT_USER

17. Bij Key binnenkomen;

SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Teams

18. Bij Waarde binnenkomen:

DisplayVersion

19. Set check mark at This registry key is associated with a 32-bit application on 64-bit systems

20. Bij Gegevenstype choose:

String or Version

OPMERKING: you may click OK and set the detection method to installed or not installed. Or set the second option and enter at Value your version.

21. Klik OK;

22. Klik Volgende;

23. Voor User Experience, at installation behavior choose:

Install for user

24. Bij Installation program visibility choose:

Hidden

25. Set the Estimated installation time (minutes) en klik Volgende;

26. Voor Requirements, config as you need, klik Volgende;

27. Voor Dependencies, config as you need, klik Volgende;

28. Voor Samenvatting, klik Volgende;

29. Klik Dichtbij;

30. Voor Deployments Types, Klik Volgende;

31. Voor Samenvatting, klik Volgende;

32. Klik Dichtbij;

33. Distribute content naar Distributiepunt;

34. Deploy Application to Device Collection;

Install Microsoft Teams Client from Software Center

1. Go to the client and open Software Centrum;

2. Select the app and click Installeren;

OPMERKING: App installation time increases by the time from a timeout in the *.bat file

3. Desktop link created, so app installation goes well, wait for timeout;

Perfect!

GETAGD:Microsoft Office 365Microsoft TeamsSysteemcentrumSystem Center-configuratiemanagerTechnische previewRamen
Vorig artikel Configuration Manager Queryverzamelingslijst Understanding Configuration Manager 1610 client settings
Volgend artikel SCCM Current Branch Update 1702
7 Opmerkingen 7 Opmerkingen
  • Grainger zegt:
    oktober 31, 2017 bij 10:36 p.m

    If SCCM runs under the System account context then won’t %localappdata% be for that account and not the currently logged on user?

    Antwoord
    • Andrei Pryymak zegt:
      November 1, 2017 bij 5:52 ben

      In this case you run as service account, but app install for current logged user. App can be installed only if user logged in. Installation behavior – For current user, run as account not current user, it’s only run installation for current user.

      Antwoord
  • Paul Turpie zegt:
    November 3, 2017 bij 3:59 ben

    What is the timeout for?

    Antwoord
    • Andrei Pryymak zegt:
      November 3, 2017 bij 7:26 ben

      There is timeout (based on PC perfomance), because detection rule don’t recognize installation if you run simple silent installation “Teams_windows_x64 /s”, there is some idle with keys creation. But with timeout after product installation – detection rule work as it must. In simple words timeout for correctly detection.

      Antwoord
  • Yasin zegt:
    oktober 16, 2020 bij 1:38 ben

    0x87D00324(-2016410844) have a idea?

    Antwoord
    • Andrej Nadak zegt:
      oktober 16, 2020 bij 1:41 ben

      Hoi. Application is installed, this error code means problems with application detection. Try to check if the application installed. if everything fine – check installation detection rules

      Antwoord
  • Sergen zegt:
    Februari 14, 2021 bij 11:37 p.m

    Thank you. timeout solved my problem.

    Antwoord

Laat een antwoord achter Antwoord annuleren

Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd *

Deze site gebruikt Akismet om spam te verminderen. Ontdek hoe uw reactiegegevens worden verwerkt.

Vertaling

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
door Transposh - Vertaalplugin voor Wordpress

Populaire berichten

Systeemvereisten voor Windows Server 2016
Windows-server
Configuration Manager Queryverzamelingslijst
Configuration Manager Queryverzamelingslijst
ConfiguratieMgr
Gestructureerde/beheerde navigatie ingeschakeld op moderne pagina's in klassieke teamsites
Technologie
SCCM Kan DP-locaties niet ophalen als de verwachte versie van MP
ConfiguratieMgr

Recente berichten

Fail2ban installeren en configureren voor SSH-bescherming op Ubuntu 24.04
Linux
FirewallD inschakelen en configureren op AlmaLinux
Linux
Gebruikers aanmaken en SSH-sleutel instellen in AlmaLinux
Linux
Hoe het wachtwoord op AlmaLinux opnieuw in te stellen
Linux

© 2023 Onderneming

Ga naar mobiele versie
Welkom terug!

Log in op uw account

Gebruikersnaam of e-mailadres
Wachtwoord

Wachtwoord vergeten?