MicrosoftTeams PowerShell Module 4.6.1 released as Preview

Hi All,

Show installed Module and what is available on PowerShell Gallery

Get-InstalledModule MicrosoftTeams
Find-Module MicrosoftTeams -AllowPrerelease

Install the Preview with the Force Parameter

Install-Module MicrosoftTeams -AllowPrerelease -Force
Get-InstalledModule MicrosoftTeams
Get-InstalledModule MicrosoftTeams -AllVersions

Import-Module
Get-Module

Testing

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

Regards
Andres Bohren