New Powershell cmdlets for microsoft teams

Hi everyone, April 25. was the day a new version of powershell cmdlets for microsoft teams. This time the cmdlets are in beta status. https://www.powershellgallery.com/packages/MicrosoftTeams/0.9.3 This module can be installed really simple. Open an “administrative” Powershell or ISE session. Insert the following command. Install-Module MicrosoftTeams -Force -Verbose   After installation restart powershell to see if …