MicrosoftTeams PowerShell Module 3.2.0 Preview released
Hi All,
A few Days ago, Microsoft has released the MicrosoftTeams PowerShell Module v3.2.0 Preview to the PSGallery.
Here are the Release notes https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes
Find-Module -Name MicrosoftTeams -AllowPrerelease
Install-Module -Name MicrosoftTeams -AllowPrerelease -Force
Let's see how long it takes to load the Module. It's about the same as with the Microsoft Teams PowerShell 3.1.1
Measure-Command -Expression {Import-Module MicrosoftTeams}
Get-Module
My usual Tests
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*, *host*, *voice*, *um*
Regards
Andres Bohren