Utilizzando questo sito, accetti il politica sulla riservatezza.
Accettare
EnterineEnterineEnterine
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Lettura: Deploy Microsoft Teams Client with Configuration Manager
Ridimensionamento dei caratteriAa
EnterineEnterine
Ridimensionamento dei caratteriAa
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
  • FINESTRE
  • Elenco raccolte query SCCM
Ricerca
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
ConfigMgr

Deploy Microsoft Teams Client with Configuration Manager

Pubblicato: Febbraio 11, 2024
3 Lettura minima
CONDIVIDERE

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

Contenuto
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. (nel mio caso 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

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

3. Navigare a Libreria del software Application Management Applications. Clic Crea l'applicazione Nel menu superiore;

4. Per Generale, Seleziona l'opzione Specificare manualmente le informazioni sull'applicazione e fare clic Prossimo;

5. Per General Information, fill out all fields that you wish, clic Prossimo;

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

7. Clic Prossimo;

8. Per Deployments Types clic Aggiungere;

9. Per Generale, A Tipo scegliere Installatore di script e fare clic Prossimo;

10. Per General Information, entrare tuo Nome, and add some Administrator Comments or Languages. Clic Prossimo;

11. Per Content, selezionare Contenuto-locazione. Al Programma di installazione entrare:

"teams.bat"

NOTA: Questo is a *.bat file from the beginning.

12. At Programma di disinstallazione entrare:

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

NOTA: Microsoft Teams installing to user folder “C:\users\<nome utente>\AppData\Local\Microsoft\Teams\”.

13. Clic Prossimo;

14. Per the Detection method clic Aggiungi clausola;

15. At Tipo di impostazione scegliere:

Registry

16. At Alveare scegliere:

HKEY_CURRENT_USER

17. At Chiave entrare;

SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Teams

18. At Valore entrare:

DisplayVersion

19. Set check mark at Questa chiave di registro è associata a un'applicazione a 32 bit su sistemi a 64 bit

20. At Tipo di dati scegliere:

String or Version

NOTA: 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. Clic OK;

22. Clic Prossimo;

23. Per Esperienza utente, at installation behavior choose:

Install for user

24. At Installation program visibility scegliere:

Hidden

25. Impostato the Estimated installation time (minuti) e fare clic Prossimo;

26. Per Requisiti, config as you need, clic Prossimo;

27. Per Dipendenze, config as you need, clic Prossimo;

28. Per Riepilogo, clic Prossimo;

29. Clic Vicino;

30. Per Deployments Types, Clic Prossimo;

31. Per Riepilogo, clic Prossimo;

32. Clic Vicino;

33. Distribute content A Distribution Point;

34. Deploy Application to Device Collection;

Install Microsoft Teams Client from Software Center

1. Go to the client and open Centro software;

2. Select the app and click Installare;

NOTA: 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;

Perfetto!

TAGGATO:Microsoft Office 365Microsoft TeamsCentro di sistemaGestione configurazione di System CenterAnteprima tecnicaFinestre
Articolo precedente Elenco raccolte query di Gestione configurazione Understanding Configuration Manager 1610 client settings
Articolo successivo Aggiornamento della filiale corrente SCCM 1702
7 Commenti 7 Commenti
  • Grainger dice:
    ottobre 31, 2017 A 10:36 pm

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

    Rispondere
    • Andrei Pryymak dice:
      novembre 1, 2017 A 5:52 Sono

      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.

      Rispondere
  • Paul Turpie dice:
    novembre 3, 2017 A 3:59 Sono

    What is the timeout for?

    Rispondere
    • Andrei Pryymak dice:
      novembre 3, 2017 A 7:26 Sono

      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.

      Rispondere
  • Yasin dice:
    ottobre 16, 2020 A 1:38 Sono

    0x87D00324(-2016410844) have a idea?

    Rispondere
    • Andrej Prijmak dice:
      ottobre 16, 2020 A 1:41 Sono

      Hi. 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

      Rispondere
  • Sergen dice:
    Febbraio 14, 2021 A 11:37 pm

    Thank you. timeout solved my problem.

    Rispondere

Lascia una risposta Annulla risposta

Il tuo indirizzo email non verrà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati dei tuoi commenti.

Traduzione

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
di Transposh - plugin di traduzione per wordpress

Post popolari

Requisiti di sistema per Windows Server 2016
Windows Server
Elenco raccolte query di Gestione configurazione
Elenco raccolte query di Gestione configurazione
ConfigMgr
Navigazione strutturata/gestita abilitata nelle pagine moderne nei siti del team classici
Tecnologia
SCCM Impossibile ottenere le posizioni DP come versione prevista da MP
ConfigMgr

Post recenti

Installazione e configurazione di Fail2ban per la protezione SSH su Ubuntu 24.04
Linux
Abilitazione e configurazione di FirewallD su AlmaLinux
Linux
Creazione utente e configurazione chiave SSH in AlmaLinux
Linux
Come reimpostare la password su AlmaLinux
Linux

© 2023 Enterine

Vai alla versione mobile
Bentornato!

Accedi al tuo account

Nome utente o indirizzo e-mail
Password

Hai perso la password?