MicrosoftTeams PowerShell Module 5.7.1 released as GA

MicrosoftTeams PowerShell Module 5.7.1 released as GA

Hi All,

Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery.

PowerShell Gallery MicrosoftTeams 5.7.1

Read more details in the Release Notes

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 MicrosoftTeams -Scope AllUsers
Find-PSResource MicrosoftTeams

Uninstall the old Module and install the newest Module

Uninstall-PSResource MicrosoftTeams -Scope AllUsers
Install-PSResource MicrosoftTeams -Scope AllUsers
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers

Checking the Missing Command

Connect-MicrosoftTeams
Get-CsTeamsMeetingConfiguration

Some basic testing

Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*

Regards
Andres Bohren

PowerShell Logo

Teams Logo