I would like to Turn on meeting registration. After researching in the technical forum on how to get this functionality. I have run the following powershell command
Install-Module -Name PowerShellGet -Force -AllowClobber
Install-Module -Name MicrosoftTeams -Force -AllowClobber
Connect-MicrosoftTeams
Set-CsTeamsMeetingPolicy -AllowMeetingRegistration $True
Then I got the error below. I just can't figure what to do next as I can't find any information on error.
Any advice is appreciated.
