MicrosoftTeams PowerShell Module 5.7.2 Preview
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.2
Read more details in the Release Notes
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
Find-PSResource MicrosoftTeams -Prerelease
Uninstall the old Module and install the newest Module
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*
Regards
Andres Bohren