MicrosoftTeams PowerShell Module 5.5.1 Preview released

Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.5.1-Preview to the PowerShell Gallery.
- PowerShell Gallery MicrosoftTeams 5.5.1-preview


- Microsoft Teams PowerShell Release Notes


Check what Version of the MicrosoftTeams PowerShell Module is installed and what is available in the PowerShell Gallery.
Get-InstalledModule MicrosoftTeams
Find-Module MicrosoftTeams -AllowPreview


Install the Preview and use the -Force parameter to install Side by Side with the Current Module
Install-Module MicrosoftTeams -AllowPreview -Force
Get-InstalledModule MicrosoftTeams -AllVersions


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


Regards
Andres Bohren

PowerShell Logo


Teams Logo
