Followed this to install new version: https://jeffbrown.tech/microsoft-releases-new-microsoft-teams-powershell-module/#:~:text=%20Microsoft%20Releases%20New%20Microsoft%20Teams%20PowerShell%20Module,PowerShell%20Module.%20Use%20the%20Get-Module%20command...%20More%20
Problem is now when I run the following:
Connect-MicrosoftTeams
New-Team -DisplayName "MSTeams - Test" -Description "Team to post technical articles and blogs" -Visibility Private
I get this new error:
New-Team : One or more errors occurred.
At line:1 char:1
+ New-Team -DisplayName "MSTeams - Test" -Description "Team to post tec ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-Team], AggregateException
+ FullyQualifiedErrorId : System.AggregateException,Microsoft.TeamsCmdlets.PowerShell.Custom.NewTeam
Anyone else know what is going on please?
I'm running the following powershell version: 5.1.19041.906