MicrosoftTeams PowerShell Module 4.5.0 released as GA

Hi All,

Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.5.0 as GA (Generally Available) in the PowerShell Gallery.

MicrosoftTeams 4.5.0

Release Notes


Find the PowerShell Module in the PowerShell Gallery and install it (force is only needed as i have multiple Modules in paralell installed)

Find-Module MicrosoftTeams
Install-Module MicrosoftTeams -Force


When you import the Module you can see the Version

Import-Module MicrosoftTeams
Get-Module


Testing

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



Regards
Andres Bohren