Skip to content

Commit 92ce820

Browse files
authored
Merge pull request #11799 from musingh1/patch-2
Adding the missing properties to New-CsTeamsEventsPolicy.md
2 parents 286d4ff + 8287b5a commit 92ce820

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,22 @@ Possible values are:
123123
124124
- **EveryoneInCompanyExcludingGuests**: For Webinar - enables creating events to allow only in-tenant users to register and join the event. For Town hall - enables creating events to allow only in-tenant users to join the event (Note: for Town hall, in-tenant users include guests; this parameter will disable public Town halls).
125125
126+
```yaml
127+
Type: String
128+
Parameter Sets: (All)
129+
Aliases:
130+
131+
Required: False
132+
Position: Named
133+
Default value: Everyone
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
126137
138+
### -AllowedQuestionTypesInRegistrationForm
139+
This setting governs which users in a tenant can add which registration form questions to an event registration page for attendees to answer when registering for the event.
140+
141+
Possible values are: DefaultOnly, DefaultAndPredefinedOnly, AllQuestions.
127142
128143
```yaml
129144
Type: String
@@ -132,7 +147,41 @@ Aliases:
132147

133148
Required: False
134149
Position: Named
135-
Default value: Everyone
150+
Default value: None
151+
Accept pipeline input: False
152+
Accept wildcard characters: False
153+
```
154+
155+
### -AllowedTownhallTypesForRecordingPublish
156+
This setting governs which types of town halls can have their recordings published.
157+
158+
Possible values are: None, InviteOnly, EveryoneInCompanyIncludingGuests, Everyone.
159+
160+
```yaml
161+
Type: String
162+
Parameter Sets: (All)
163+
Aliases:
164+
165+
Required: False
166+
Position: Named
167+
Default value: None
168+
Accept pipeline input: False
169+
Accept wildcard characters: False
170+
```
171+
172+
### -AllowedWebinarTypesForRecordingPublish
173+
This setting governs which types of webinars can have their recordings published.
174+
175+
Possible values are: None, InviteOnly, EveryoneInCompanyIncludingGuests, Everyone.
176+
177+
```yaml
178+
Type: String
179+
Parameter Sets: (All)
180+
Aliases:
181+
182+
Required: False
183+
Position: Named
184+
Default value: None
136185
Accept pipeline input: False
137186
Accept wildcard characters: False
138187
```

0 commit comments

Comments
 (0)