MicrosoftTeams PowerShell Module 4.3.0 released
Hi All,
Yesterday Microsoft released Microsoft Teams PowerShell Module 4.3.0 GA in PowerShell Gallery.
Seems to be mostly fixes.
MicrosoftTeams 4.3.0

Find-Module MicrosoftTeams
Install-Module MicrosoftTeams -Force

Check if the newest Module has been imported
Import-Module
Get-Module

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

Regards
Andres Bohren
