Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 5.7.2 (Préversion publique)
Date: 31 Octobre 2023
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/5.7.2-preview
Informations:
**5.7.2-preview** (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.
Comment installer le module powershell MicrosoftTeams en version préversion publique?
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