Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 4.9.1 (preview)
Date: 15 Novembre 2022
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/4.9.1
Les nouveautés:
**4.9.1-GA** (The project - MicrosoftTeams contains changes till this release)
- Releases Application-based authentication support in Connect-MicrosoftTeams in GA. More details in https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-application-authentication.
- Contains a new implementation of [New|Get|Set|Remove]-CsTeamsChannelsPolicy and [New|Get|Set|Remove]-CsTeamsUpdateManagementPolicy. Functionality remains the same as previous implementation.
- Adds UseNewTeamsClient parameter to TeamsUpdateManagementPolicy.
- Adds EnablePrivateTeamDiscovery parameter to TeamsChannelsPolicy.
- Fixes issues with authentication token not refreshing for some policy cmdlets.
- Fixes issues where display format was broken for some cmdlets.
- Adds SipProxyAddress, TeamsMediaLoggingPolicy, CountryAbbreviation, UserValidationErrors and WhenCreated attributes in Get-CsOnlineUser output when run without -Identity parameter. Out of these attributes, CountryAbbreviation, UserValidationErros and WhenCreated will not show any values yet. These will be gradually rolled out, more details in https://docs.microsoft.com/en-us/powershell/module/skype/get-csonlineuser.
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