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
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
397
397
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
398
398
- **None**: No one in the meeting can give or take control.
399
-
-
399
+
400
400
```yaml
401
401
Type: String
402
402
Parameter Sets: (All)
@@ -409,6 +409,25 @@ Accept pipeline input: False
409
409
Accept wildcard characters: False
410
410
```
411
411
412
+
### -BroadcastPremiumApps
413
+
This setting governs whether an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group.
414
+
415
+
Possible values are:
416
+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall.
417
+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall.
418
+
419
+
```yaml
420
+
Type: String
421
+
Parameter Sets: (All)
422
+
Aliases:
423
+
424
+
Required: False
425
+
Position: Named
426
+
Default value: Enabled
427
+
Accept pipeline input: False
428
+
Accept wildcard characters: False
429
+
```
430
+
412
431
### -Confirm
413
432
The Confirm switch does not work with this cmdlet.
0 commit comments