MicrosoftTeams PowerShell Module 3.1.0 released

Hi All,

Just a few days ago, Microsoft has released the MicrosoftTeams PowerShell Module v3.1.0 to the PSGallery.
Here are the Release notes


Time to uninstall the old Modules and get the new one. Unfortunately i had still code open, that's why 3.0.1-Preview couln't be uninstalled in the first place-

Get-Module MicrosoftTeams -ListAvailable
Uninstall-Module MicrosoftTeams
Uninstall-Module MicrosoftTeams
Uninstall-Module MicrosoftTeams


Now Install the MicrosoftTeams PowerShell Module from the PSGallery
Find-Module MicrosoftTeams
Install-Module MicrosoftTeams


Let's see how long it takes to load the Module. I am impressed, it's like half of the time than the previous modules, but still not as fast as te 2.x.x Versions.

Measure-Command -Expression {Import-Module MicrosoftTeams}


As you can see the Module is loaded

Get-Module


The

Get-CsOnlineUser | ft UserPrincipalname, SipAddress, EnterpriseVoiceEnabled, HostedVoiceMail
Get-CsOnlineVoiceUser


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

Get-CsUserCallingSettings

Get-Command *CsUserCallingSettings


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


Regards
Andres Bohren