You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/New-CsTeamsEventsPolicy.md
+50-1Lines changed: 50 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,22 @@ Possible values are:
123
123
124
124
- **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).
125
125
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
+
```
126
137
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.
127
142
128
143
```yaml
129
144
Type: String
@@ -132,7 +147,41 @@ Aliases:
132
147
133
148
Required: False
134
149
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.
0 commit comments