Share via


View meeting configuration settings in Skype for Business Server

Summary: Learn how to view meeting configuration settings in Skype for Business Server.

You can view meeting configuration settings by using Skype for Business Server Control Panel or by using Skype for Business Server Management Shell.

View meeting configuration settings by using Skype for Business Server Control Panel

  1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment.

  2. Open Skype for Business Server Control Panel.

  3. In the left navigation bar, click Conferencing, and then click Meeting Configuration.

  4. On the Meeting Configuration page, click the meeting configuration that you would like to view.

  5. In Edit File Filter, select the Show Details check box.

    Edit Meeting Configuration - <policy> opens displaying the settings for the selected policy.

    For details about configuring the settings, see Create meeting configuration settings in Skype for Business Server.

View meeting configuration settings by using Skype for Business Server Management Shell

To view information about all your meeting configuration settings, use the Get-CsMeetingConfiguration cmdlet:

Get-CsMeetingConfiguration

This command will return information similar to the following:

Identity                        : Global
PstnCallersBypassLobby          : True
EnableAssignedConferenceType    : True
DesignateAsPresenter            : Company
AssignedConferenceTypeByDefault : True
AdmitAnonymousUsersByDefault    : True
RequireRoomSystemsAuthorization : False
LogoURL                         :
LegalURL                        :
HelpURL                         :
CustomFooterText                :
AllowConferenceRecording        : True

For more information, including a complete list of parameters, see Get-CsMeetingConfiguration.