MicrosoftTeams PowerShell Module 3.1.1 released

Hi all,

Yesterday Microsoft has released the MicrosoftTeams PowerShell Module v3.1.1 to the PSGallery.
Here are the Release notes


Get-Module MicrosoftTeams -ListAvailable
Uninstall-Module MicrosoftTeams
Find-Module MicrosoftTeams
Install-Module MicrosoftTeams

Let's see how long it takes to load the Module. I am impressed, it's only 3 Seconds wich feels so good after having to wait for more than 20 Seconds in Previous Versions.

Measure-Command -Expression {Import-Module MicrosoftTeams}


My usual Tests

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


Get/Set-CsUserCallingSettings are still Preview Commands and not included in this GA Version of the PowerShell Module

Get-CsUserCallingSettings

Get-Command *CsUserCallingSettings



Regards
Andres Bohren