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 'Un...
Neil Petersen
Nov 27, 2019Copper Contributor
Hi everyone, just in case anyone else was looking for this, you can managed the default settings via -
Set-CsOnlineDialInConferencingTenantSettings -AllowPSTNOnlyMeetingsByDefault $true | $false
also
Set-CsOnlineDialInConferencingUser neil@petersenit.co.uk -AllowPstnOnlyMeetings $true