Get-CsBroadcastMeetingPolicy
Use the Get-CsBroadcastMeetingPolicy cmdlet to retrieve the predefined broadcast meeting policies and their settings.
Syntax
Get-CsBroadcastMeetingPolicy
[-Tenant <Guid>]
[[-Identity] <XdsIdentity>]
[-LocalStore]
[<CommonParameters>]
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
This parameter is reserved for internal Microsoft use.
Type: | String |
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 |
-LocalStore
Retrieves the information from the local replica of the Central Management store, rather than the Central Management store itself.
Type: | SwitchParameter |
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 |
Inputs
None
Outputs
None