Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO:
2015
2019
Subscription Edition
Summary: Learn how to modify meeting configuration settings in Skype for Business Server.
You can modify meeting configuration settings by using Skype for Business Server Control Panel or by using Skype for Business Server Management Shell.
Modify meeting configuration settings by using Skype for Business Server Control Panel
From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment.
Open Skype for Business Server Control Panel.
In the left navigation bar, click Conferencing, and then click Meeting Configuration.
In the list of meeting configurations, click the configuration that you want to change, click Edit, and then click Show details.
In Edit Meeting Configuration, modify any of the configuration settings, except for the configuration name, which can't be modified.
Click Commit.
Modify meeting configuration settings by using Skype for Business Server Management Shell
To modify meeting configuration settings, use the Set-CsMeetingConfiguration cmdlet.
The command shown in the following example modifies the meeting configuration settings assigned to the Redmond site (-Identity site:Redmond). In this case, the value of the DesignateAsPresenter property is set to Everyone:
Set-CsMeetingConfiguration -Identity "site:Redmond" -DesignateAsPresenter "Everyone"
For more information, including a complete list of parameters, see Set-CsMeetingConfiguration.