Skip to content

Commit d85e7f3

Browse files
authored
Merge pull request MicrosoftDocs#6907 from get-itips/patch-286
Adding possible values
2 parents c05baa3 + 2a38c6c commit d85e7f3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Set-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-Description \<string\>\] \[-AllowBroadcastScheduling \<bool\>\] \[-AllowBroadcastTranscription \<bool\>\] \[-BroadcastAttendeeVisibilityMode \<string\>\] \[-BroadcastRecordingMode \<string\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
18-
19-
Set-CsTeamsMeetingBroadcastPolicy \[-Tenant \<guid\>\] \[-Description \<string\>\] \[-AllowBroadcastScheduling \<bool\>\] \[-AllowBroadcastTranscription \<bool\>\] \[-BroadcastAttendeeVisibilityMode \<string\>\] \[-BroadcastRecordingMode \<string\>\] \[-Instance \<psobject\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
17+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.
2018

2119
## SYNTAX
2220

@@ -87,6 +85,13 @@ Accept wildcard characters: False
8785
### -BroadcastAttendeeVisibilityMode
8886
Specifies the attendee visibility mode of the broadcast events created by this user. This setting controls who can watch the broadcast event - e.g. anyone can watch this event including anonymous users or only authenticated users in my company can watch the event. Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
8987
88+
Possible values:
89+
- Everyone
90+
- EveryoneInCompany
91+
- InvitedUsersInCompany
92+
- EveryoneInCompanyAndExternal
93+
- InvitedUsersInCompanyAndExternal
94+
9095
```yaml
9196
Type: String
9297
Parameter Sets: (All)
@@ -100,7 +105,12 @@ Accept wildcard characters: False
100105
```
101106
102107
### -BroadcastRecordingMode
103-
Specifies whether broadcast events created by this user are always recorded, never recorded or user can choose whether to record or not. Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
108+
Specifies whether broadcast events created by this user are always recorded (AlwaysEnabled), never recorded (AlwaysDisabled) or user can choose whether to record or not (UserOverride). Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
109+
110+
Possible values:
111+
- AlwaysEnabled
112+
- AlwaysDisabled
113+
- UserOverride
104114
105115
```yaml
106116
Type: String

0 commit comments

Comments
 (0)