Set-CsBroadcastMeetingConfiguration

Use the Set-CsBroadcastMeetingConfiguration cmdlet to modify the settings of your global (and only) broadcast meeting configuration.

Syntax

Set-CsBroadcastMeetingConfiguration
   [-Tenant <Guid>]
   [-EnableBroadcastMeeting <Boolean>]
   [-EnableOpenBroadcastMeeting <Boolean>]
   [-EnableBroadcastMeetingRecording <Boolean>]
   [-EnableAnonymousBroadcastMeeting <Boolean>]
   [-EnforceBroadcastMeetingRecording <Boolean>]
   [-BroadcastMeetingSupportUrl <String>]
   [-EnableSdnProviderForBroadcastMeeting <Boolean>]
   [-SdnFallbackAttendeeThresholdCountForBroadcastMeeting <UInt32>]
   [-EnableTechPreviewFeatures <Boolean>]
   [[-Identity] <XdsIdentity>]
   [-Force]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CsBroadcastMeetingConfiguration
   -SdnProviderName <String>
   [-SdnLicenseId <String>]
   [-SdnAzureSubscriptionId <String>]
   -SdnApiTemplateUrl <String>
   [-SdnApiToken <String>]
   [-Tenant <Guid>]
   [-EnableBroadcastMeeting <Boolean>]
   [-EnableOpenBroadcastMeeting <Boolean>]
   [-EnableBroadcastMeetingRecording <Boolean>]
   [-EnableAnonymousBroadcastMeeting <Boolean>]
   [-EnforceBroadcastMeetingRecording <Boolean>]
   [-BroadcastMeetingSupportUrl <String>]
   [-EnableSdnProviderForBroadcastMeeting <Boolean>]
   [-SdnFallbackAttendeeThresholdCountForBroadcastMeeting <UInt32>]
   [-EnableTechPreviewFeatures <Boolean>]
   [-Force]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CsBroadcastMeetingConfiguration
   [-Tenant <Guid>]
   [-EnableBroadcastMeeting <Boolean>]
   [-EnableOpenBroadcastMeeting <Boolean>]
   [-EnableBroadcastMeetingRecording <Boolean>]
   [-EnableAnonymousBroadcastMeeting <Boolean>]
   [-EnforceBroadcastMeetingRecording <Boolean>]
   [-BroadcastMeetingSupportUrl <String>]
   [-EnableSdnProviderForBroadcastMeeting <Boolean>]
   [-SdnFallbackAttendeeThresholdCountForBroadcastMeeting <UInt32>]
   [-EnableTechPreviewFeatures <Boolean>]
   [-Instance <PSObject>]
   [-Force]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Use the Set-CsBroadcastMeetingConfiguration cmdlet to modify the settings of your global (and only) broadcast meeting configuration.

To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned to (including any custom RBAC roles you have created), run the following command:

Get-CsAdminRole | Where-Object {$_.Cmdlets -Match "\<DesiredCmdletName\>"}

Examples

-------------------------- Example 1 --------------------------

Set-CsBroadcastMeetingConfiguration -Identity Global -EnableAnonymousBroadcastMeeting $true -EnableBroadcastMeetingRecording $true

This example sets the global configuration to enable unauthenticated attendees and recorded meetings.

-------------------------- Example 2 --------------------------

Set-CsBroadcastMeetingConfiguration -EnableSdnProviderForBroadcastMeeting $true -SdnProviderName "SDNCo" -SdnLicenseId 24030-38291-39042-2048-253904 -SdnApiTemplateUrl "https://api.SDNCo.com/template?auth={0}" -SdnFallbackAttendeeThresholdCountForBroadcastMeeting 1000

This example enables Software Defined Network (SDN) management of broadcast meetings and provides all the required and optional settings to enable SDN support.

-------------------------- Example 3 --------------------------

Set-CsBroadcastMeetingConfiguration -SdnFallbackAttendeeThresholdCountForBroadcastMeeting 500

This example adjusts the broadcast meeting configuration to set the number of meeting attendees who can fall back from a Software Defined Network (SDN) to the content delivery network to 500.

Parameters

-BroadcastMeetingSupportUrl

Specifies a URL where broadcast meeting attendees can find support information or FAQs specific to that meeting. The URL will be displayed during the broadcast meeting.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Confirm

The Confirm switch causes the command to pause processing and requires confirmation to proceed.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableAnonymousBroadcastMeeting

Specifies whether non-authenticated attendees are allowed to join and view the web-based portion of the meeting. Valid input for this parameter is $true or $false. The default value is $true.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableBroadcastMeeting

Specifies whether broadcast meetings are enabled. Valid input for this parameter is $true or $false. The default value is $false.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableBroadcastMeetingRecording

Specifies whether broadcast meetings can be recorded at the server level. Valid input for this parameter is $true or $false. The default value is $true.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableOpenBroadcastMeeting

Specifies if the organizer is allowed to create broadcast meetings that allows anyone in the organizer's organization to attend. The default and only setting is $true.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableSdnProviderForBroadcastMeeting

If set to $true, broadcast meeting streams are enabled to take advantage of the network and bandwidth management capabilities of your Software Defined Network (SDN) provider. The default is $false.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnableTechPreviewFeatures

Set to $true to enable use of features available in a technical preview program. Set to $false to disable the technical preview features.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-EnforceBroadcastMeetingRecording

Specifies whether all meetings will be recorded. Valid input for this parameter is $true or $false. The default value is $false.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Force

The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Identity

This parameter is reserved for internal Microsoft use.

Type:XdsIdentity
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Instance

Allows you to pass a reference to an object to the cmdlet rather than set individual parameter values.

Type:PSObject
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnApiTemplateUrl

Specifies the Software Defined Network (SDN) provider's HTTP API endpoint. This information is provided to you by the SDN provider. This parameter is only required if EnableSdnProviderForBroadcastMeeting is set to $true.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnApiToken

Specifies the Software Defined Network (SDN) provider's authentication token which is required to use their SDN license. This is required by some SDN providers who will give you the required token. This parameter is only required if EnableSdnProviderForBroadcastMeeting is set to $true.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnAzureSubscriptionId

Specifies your Microsoft Azure subscription id which is required by some providers to access the Software Defined Network (SDN) provider's services.

The SdnAzureSubscriptionId parameter is not currently supported.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnFallbackAttendeeThresholdCountForBroadcastMeeting

Specifies the number of broadcast meeting attendees that are allowed to fallback from a Software Defined Network (SDN) connection to the standard content delivery network. If this number is exceeded, additional meeting attendees who are not able to use the SDN service will not be allowed to join the meeting.

The SdnFallbackAttendeeThresholdCountForBroadcastMeeting parameter is not currently supported.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnLicenseId

Specifies the Software Defined Network (SDN) license identifier. This is required and provided by some SDN providers. This parameter is only required if EnableSdnProviderForBroadcastMeeting is set to $true.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SdnProviderName

Specifies the Software Defined Network (SDN) provider's name. This parameter is only required if EnableSdnProviderForBroadcastMeeting is set to $true.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Tenant

This parameter is reserved for internal Microsoft use.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-WhatIf

The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

Inputs

None

Outputs

None