Forum Discussion
Is it a possibility to selectivly enable the Meeting Broadcast feature?
We are only interested in having a few users able to schedule Skype Meeting Broadcasts. How do we selectivly enable the capability on only certain user accounts?
1 Reply
- Leonardo WormullFormer Employee
Yes you have policies for doing this
PS C:\Windows\system32> Get-CsBroadcastMeetingPolicy |ft identity
Identity
--------
Global
Tag:BroadcastMeetingPolicyDefault
Tag:BroadcastMeetingPolicyDisabled
Tag:BroadcastMeetingPolicyAllEnabled
Tag:BroadcastMeetingPolicyAnonymousDisabled
Tag:BroadcastMeetingPolicyRecordingDisabled
Tag:BroadcastMeetingPolicyAnonymousDisabledAndRecordingNotEnforced
Tag:BroadcastMeetingPolicyAnonymousDisabledAndRecordingEnforced
Tag:BroadcastMeetingPolicyAnonymousAndRecordingDisabledPS C:\Windows\system32> Get-CsBroadcastMeetingPolicy -identity Tag:BroadcastMeetingPolicyDisabled | fl
Identity : Tag:BroadcastMeetingPolicyDisabled
AllowBroadcastMeeting : False
AllowOpenBroadcastMeeting : False
AllowBroadcastMeetingRecording : False
AllowAnonymousBroadcastMeeting : False
BroadcastMeetingRecordingEnforced : False