Jun 11 2021 07:31 AM
Hi
I'm reading this page:
Set up for webinars in Microsoft Teams - Microsoft Teams | Microsoft Docs
and I'm struggling to get the samples to work.
I've installed MicrosoftTeams PowerShell module version 2.3.1.
When I run Connect-MicrosoftTeams it opens the browser and I get navigated to localhost after login with the message "ERR_CONNECTION_REFUSED".
I then run the cmdlet "Set-CsTeamsMeetingPolicy -AllowPrivateMeetingScheduling $True" it returns the error:
Get-CsOnlineSession: C:\*\SfBORemotePowershellModule.psm1:63
Line |
63 | $remoteSession = & (Get-CsOnlineSessionCommand)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Run Connect-MicrosoftTeams before running cmdlets.
Invoke-Command: C:\*\SfBORemotePowershellModule.psm1:52363
Line |
52363 | … -Session (Get-PSImplicitRemotingSession -CommandName 'Set-CsTeamsM …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'Session'. The argument is null or empty. Provide an argument
| that is not null or empty, and then try the command again.
I did notice this issue here in the forums:
Authenticating with an access token Connect-MicrosoftTeams - Microsoft Tech Community
But I'm happy with just using the UI to authenticate as I'm just trying to run this setting as it's not available in the Admin UI.
Any ideas?
Jun 12 2021 07:28 AM
Jun 14 2021 03:38 AM
Hi, as mentioned I'm running the latest version of the Microsoft Teams Powershell Module.
Also, I didn't forget to run Powershell as an administrator 🙂
Regards,
Oskar
Jun 14 2021 05:24 AM
Jun 14 2021 07:04 AM
SolutionJun 14 2021 07:07 AM
Are you running this on corporate network where you are having proxy in use? If so, then quite normal security policy says: administrator accounts must not have internet access.
And even earlier mentioned, Microsoft Teams module does not require run as administrator privileged to be working.
So try with your regular account. Also, have you confirmed the module is correct:
Get-Module -ListAvailable MicrosoftTeams
Jun 14 2021 07:04 AM
Solution