Forum Discussion
Neil Petersen
Nov 26, 2019Copper Contributor
'Dial-in callers can be the first person in a meeting' via PowerShell
Hi,
Does anyone know where the 'Dial-in callers can be the first person in a meeting' setting is in PowerShell? I have 2,000 accounts to update and need to script this. This used to be labled as 'Unauthenticated users can be the first person in the meeting' but I cant find any PowerShell refernce to this setting. the option is available through the Teams Admin Centre as decribed here:
- Neil PetersenCopper ContributorI've created a blog post detailing my findings: https://blog.petersenit.co.uk/2019/11/teams-meeting-policies-lobby-and-pins.html
- Neil PetersenCopper ContributorFYI - The above didn't seem to alter the existing users so have just updated the existing users with : Set-CsOnlineDialInConferencingUser -Identity Neil.Petersen@domain.com -AllowPstnOnlyMeetings $true
- Neil PetersenCopper Contributor
Hi everyone, just in case anyone else was looking for this, you can managed the default settings via -
Set-CsOnlineDialInConferencingTenantSettings -AllowPSTNOnlyMeetingsByDefault $true | $falsealso
Set-CsOnlineDialInConferencingUser neil@petersenit.co.uk -AllowPstnOnlyMeetings $true