MicrosoftTeams PowerShell Module 5.9.0 released as GA
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.9.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.9.0
Read more details in the Release Notes.
I’ve already blogged about Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers
Find-PSResource MicrosoftTeams
Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers
Install-PSResource MicrosoftTeams -Scope AllUsers
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers
Some basic testing
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Disconnect-MicrosoftTeams
Regards
Andres Bohren