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
![](https://icewolffile.blob.core.windows.net/$web/202202/MicrosoftTeams_3.2.0_Preview_03.jpg)
Find-Module -Name MicrosoftTeams -AllowPrerelease
Install-Module -Name MicrosoftTeams -AllowPrerelease -Force
![](https://icewolffile.blob.core.windows.net/$web/202202/MicrosoftTeams_3.2.0_Preview_01.jpg)
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
![](https://icewolffile.blob.core.windows.net/$web/202202/MicrosoftTeams_3.2.0_Preview_04.jpg)
My usual Tests
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*, *host*, *voice*, *um*
![](https://icewolffile.blob.core.windows.net/$web/202202/MicrosoftTeams_3.2.0_Preview_05.jpg)
Regards
Andres Bohren
![](https://icewolffile.blob.core.windows.net/$web/logos/teams_logo.png)