Microsoft a rendu disponible une nouvelle version du module powershell pour Microsoft Teams en version 5.6.1 (preview)
Date: 10 Octobre 2023
Release notes: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes
Lien: https://www.powershellgallery.com/packages/MicrosoftTeams/5.6.1-preview
Release notes:
**5.6.1-preview** (The project - MicrosoftTeams contains changes till this release)
- Removes deprecated ExternalAccessPrefix and OptimizeDeviceDialing parameters from [New|Set]-CsTenantDialPlan cmdlets.
- Fixes Get-CsTenantDialPlan cmdlet to return correct format of dial plan policy.
- Adds AdministrativeUnitReference to Get-CsOnlineUser output. This is currently populated in the commercial environments only.
- Fixes an issue with Connect-MicrosoftTeams to display the relevant TenantId, when authenticated using Managed Service Identity.
- Fixes the error in Sync-CsOnlineApplicationInstance output.
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