Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 5.8.1 (Préversion)
Date: 05 Décembre 2023
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/5.8.1-preview
Release notes:
**5.8.1-preview** (The project - MicrosoftTeams contains changes till this release)
- Adds support for managed identity based auth for *-Cs cmdlets using -Identity parameter in Connect-MicrosoftTeams. Few [cmdlets](https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-application-authentication#cmdlets-supported) that don't support application-based authentication are not supported for this as well.
Comment installer le module powershell MicrosoftTeams en version preview?
Install-Module -Name MicrosoftTeams
-AllowPrerelease
Comment mettre à niveau votre module powershell vers cette version?
Update-Module -Name MicrosoftTeams
-AllowPrerelease
Comment vérifier votre version installée powershell MicrosoftTeams?
Get-InstalledModule