Microsoft a rendu disponible aujourd'hui une nouvelle version du module powershell pour Microsoft Teams en version 4.8
Date: 11 Octobre 2022
Release notes: https://docs.microsoft.com/fr-fr/MicrosoftTeams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/4.7.0
Release Notes:
**4.8.0-GA** (The project - MicrosoftTeams contains changes till this release)
- [Get|New]-CsTeamsShiftsConnectionTeamMap cmdlets - TimeZone attribute added.
- Removes SendEmailFromAddress and SendEmailFromDisplayName input parameters from Set-CsOnlineDialinConferencingUser.
- Removes AllowAllAcsResources and BlockedAcsResources parameters from Set-TeamsAcsFederationConfiguration.
- Adds ForceListenMenuEnabled parameter to callflow settings in New-CsAutoAttendantCallFlow, New-CsAutoAttendant and Set-CsAutoAutoAttendant. This setting enables the tenant to ignore DTMF/speech inputs while greetings/menu options are played.
Dans le cadre d'une installation initiale du module, la commande est la suivante
Install-Module -Name MicrosoftTeams
Si vous avez déja le module, vous pouvez mettre à niveau avec la commande:
Update-Module MicrosoftTeams
Get-InstalledModule