Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 4.7.1 (preview)
Date: 15 Septembre 2022
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/4.7.1-preview
Les nouveautés:
- Releases Application-based authentication support in Connect-MicrosoftTeams in preview. The supported cmdlets are being gradually rolled out, more details in Application-based authentication in Teams PowerShell Module.
- Releases [Get|Set]-CsTeamsEducationConfiguration cmdlets in private preview.
- [Get|New]-CsTeamsShiftsConnectionTeamMap cmdlets - TimeZone attribute added.
- Removes SendEmailFromAddress and SendEmailFromDisplayName input parameters from Set-CsOnlineDialinConferencingUser.
- Removes AllowAllAcsResources and BlockedAcsResources parameters from Set-TeamsAcsFederationConfiguration.
Comment installer le module powershell MicrosoftTeams en version preview?
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