Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 5.8
C'est une nouvelle version majeur.
Date: 16 Novembre 2023
Release notes: https://docs.microsoft.com/fr-fr/MicrosoftTeams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/5.8.0
Évolutions:
**5.8.0-GA** (The project - MicrosoftTeams contains changes till this release)
- Updates the Get-MultiGeoRegion cmdlet to provide PreferredDataLocation and LastMovementTimeStamp of User/Group. Also, the cmdlet is now supported without enablement of port 8653.
- Fixes a bug in Set-Team cmdlet where setting GiphyContentRating was not working.
- Adds ContentSharingInExternalMeetings and UseMicrosoftECDN parameters to [New|Set]-CsTeamsMeetingPolicy.
- Adds NumberOfResultsToSkip parameter (which was deprecated earlier) to Get-CsOnlineLisLocation and Get-CsOnlineLisCivicAddress cmdlets.
Comment installer ou mettre à jour votre module powershell Microsoft Teams
Install-Module -Name MicrosoftTeams
Si vous avez déja le module, vous pouvez mettre à niveau avec la commande:
Update-Module MicrosoftTeams
Get-InstalledModule