Hi All,
Finally Microsoft Lists is also available for Android.
Microsoft Lists - Google Play Store
https://play.google.com/store/apps/details?id=com.microsoft.lists.public
Regards
Andres Bohren
Hi All,
Yesterday Microsoft released Microsoft Teams PowerShell Module 4.3.0 GA in PowerShell Gallery.
Seems to be mostly fixes.
MicrosoftTeams 4.3.0
Find-Module MicrosoftTeams
Install-Module MicrosoftTeams -Force
Check if the newest Module has been imported
Import-Module
Get-Module
Testing
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Regards
Andres Bohren