Microsoft a rendu disponible le 30 aout 2021 une nouvelle version du module powershell pour Microsoft Teams en version 2.5.1
Date: 30 Aout 2021
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/2.5.1
Nouveautés:
- The Access Token login for Connect-MicrosoftTeams now uses a unified token array instead of separate parameters for each resource-specific token. More details can be found here.
- The interactive login failure of Connect-MicrosoftTeams in Cloudshell has been fixed. It now defaults to using the logged-in identity of the user instead of prompting for re-authentication.
- TeamsUnassignedNumberTreatment cmdlets are now available.
- Get-CsOnlineDialInConferencingBridge and Set-CsOnlineDialInConferencingBridge cmdlets have now been migrated from the older implementation to the newer APIs.
- Modernized versions of Get-CsTenant and Get-CsOnlineUser (with -identity parameter only) have been released. They no longer emit deprecated properties and have some formatting changes compared to their remoting counterparts.
- Note: The New-Team related updates have been reverted from 2.5.0 and the previous version has been provided so as to avoid any breaking changes.
Install-Module -Name MicrosoftTeams
Mise a niveau:
Update-Module MicrosoftTeams
Get-InstalledModule