MicrosoftTeams PowerShell Module 6.9.1-preview released

Hi All,
Yesterday, Microsoft has released the MicrosoftTeams PowerShell Module 6.9.1-preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.9.1-preview
Read more details in the Release Notes
- Adds ShiftsTeamId & ShiftsSchedulingGroupId parameters to [New|Set]-CsCallQueue cmdlets.
- [BREAKING CHANGE] Deprecates CustomizeFederation parameter from [Get|Set]-CsTenantFederationConfiguration cmdlets.
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource -Name MicrosoftTeams -Scope CurrentUser
Find-PSResource -Name MicrosoftTeams -Preview
Uninstall the old Module and install the newest Module
Uninstall-PSResource -Name MicrosoftTeams -Scope CurrentUser
I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode. It will delete the Module Folder of that Module.
Uninstall-M365Module -Modules MicrosoftTeams -Scope CurrentUser -FileMode
Install-PSResource -Name MicrosoftTeams -Scope CurrentUser
Get-InstalledPSResource -Name MicrosoftTeams -Scope CurrentUser
Some basic testing
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Let’s have a look at the new Features
Get-CsTenantFederationConfiguration
Get-CsCallQueue -Identity c46cdc50-b36c-4899-a0ae-c9491f88e5ff | fl *id*
Regards
Andres Bohren