MicrosoftTeams PowerShell Module 4.9.0 released as GA

Hi All,

Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.9.0 to the PowerShell Gallery.

MicrosoftTeams 4.9.0




Check installed Module and what's available in the PowerShell Gallery

Get-InstalledModule MicrosoftTeams -AllVersions
Find-Module MicrosoftTeams


As i have two Modules installed i have to uninstall both and then install the current Version of the MicrosoftTeams PowerShell Module

Uninstall-Module MicrosoftTeams
Uninstall-Module MicrosoftTeams
Install-Module MicrosoftTeams



Testing

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



Regards
Andres