MicrosoftTeams PowerShell Module 5.2.1 Preview

Hi All,
A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.2.1-Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.2.1-preview


Microsoft Teams PowerShell Release Notes


Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams -AllVersions
Find-Module MicrosoftTeams


Uninstall the old Module and install the newest Module
Uninstall-Module MicrosoftTeams
Install-Module MicrosoftTeams -AllowPrerelease
Get-InstalledModule MicrosoftTeams -AllVersions


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


Tried a few of the new commandlets
Connect-MicrosoftTeams
Get-CsTeamsShiftsConnection
Get-CSTeamsShiftsCnnectionInstance
Get-CsTeamsMeetingTemplateConfiguration
Get-CsTeamsFirstPartyMeetingTemplateConfiguration


Additional Information:
Regards
Andres Bohren

PowerShell Logo


Teams Logo
