Microsoft a rendu disponible aujourd'hui une nouvelle version du module powershell pour Microsoft Teams en version 4.0.0
Date: 08 mars 2022
Release notes: https://docs.microsoft.com/fr-fr/MicrosoftTeams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/4.0.0
Nouveautés:
- This GA release completes the modernization of all the cmdlets relevant for Teams only organizations. The modern versions will be gradually rolled out, so some organizations will continue to see the older remoting versions.
- Releases [New|Set|Remove]-CsUserCallingDelegate and [Get|Set]-CsUserCallingSettings cmdlets in GA.
- [BREAKING CHANGE] Except New-CsVoiceNormalizationRule; the InMemory switch is no longer supported for other cmdlets.
- Deprecates the following cmdlets: ConvertTo-JsonForPSWS, Set-CsUserServicesPolicy, [Get|Set]-CsNetworkConfiguration, [Set|Remove]-CsTenantNetworkConfiguration, New-CsNetworkMediaBypassConfiguration, [Get|Grant|New|Remove|Set]-CsTeamsVerticalPackagePolicy,[Get|Remove|Set]-CsVoiceNormalizationRule.
Dans le cadre d'une installation initiale du module, la commande est la suivante
Install-Module -Name MicrosoftTeams
Mise a niveau:
Update-Module MicrosoftTeams
Get-InstalledModule