Edit

Share via


Get-CsBroadcastMeetingPolicy

Use the Get-CsBroadcastMeetingPolicy cmdlet to retrieve the predefined broadcast meeting policies and their settings.

Syntax

Identity (Default)

Get-CsBroadcastMeetingPolicy
    [[-Identity] <XdsIdentity>]
    [-Tenant <Guid>]
    [-LocalStore]
    [<CommonParameters>]

Filter

Get-CsBroadcastMeetingPolicy
    [-Tenant <Guid>]
    [-Filter <String>]
    [-LocalStore]
    [<CommonParameters>]

Description

Broadcast meeting functionality is managed by broadcast meeting configurations at the tenant level, and broadcast meeting policies at the user level. Broadcast meeting policies are predefined in Skype for Business. The defined settings for each policy can be displayed by using the Get-CsBroadcastMeetingPolicy cmdlet with no parameters as in Example 1. The output will be similar to the listing at the end of this section. New policies can't be created, and existing policies can't be modified. They can only be granted, or assigned to users. For more information, see Grant-CsBroadcastMeetingPolicy.

Identity : Global

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : True

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyDefault

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : True

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyDisabled

AllowBroadcastMeeting : False

AllowOpenBroadcastMeeting : False

AllowSocialStreamIntegration : False

AllowBroadcastMeetingRecording : False

AllowAnonymousBroadcastMeeting : False

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyAllEnabled

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : True

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyAnonymousDisabled

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : False

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyRecordingDisabled

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : False

AllowAnonymousBroadcastMeeting : True

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyAnonymousDisabledAndRecordingNotEnforced

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : False

BroadcastMeetingRecordingEnforced : False

Identity : Tag:BroadcastMeetingPolicyAnonymousDisabledAndRecordingEnforced

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : True

AllowAnonymousBroadcastMeeting : False

BroadcastMeetingRecordingEnforced : True

Identity : Tag:BroadcastMeetingPolicyAnonymousAndRecordingDisabled

AllowBroadcastMeeting : True

AllowOpenBroadcastMeeting : True

AllowSocialStreamIntegration : True

AllowBroadcastMeetingRecording : False

AllowAnonymousBroadcastMeeting : False

BroadcastMeetingRecordingEnforced : False

Examples

Example 1

Get-CsBroadcastMeetingPolicy

This example lists all the pre-defined policy configurations for your organization. See detailed description for more information.

Parameters

-Filter

Applicable: Skype for Business Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Skype for Business Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:XdsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LocalStore

Applicable: Skype for Business Online

Retrieves the information from the local replica of the Central Management store, rather than the Central Management store itself.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Tenant

Applicable: Skype for Business Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

None