Skip to content

Commit 06ff0dc

Browse files
authored
Merge pull request MicrosoftDocs#7809 from YuriySamorodov/patch-28
Update Set-CsTeamsMeetingPolicy.md
2 parents a38afde + f0005ce commit 06ff0dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,15 @@ Accept wildcard characters: False
764764
```
765765
766766
### -StreamingAttendeeMode
767+
768+
Controls if Teams uses overflow capability once a meeting reaches its capacity (1,000 users with full functionality).
769+
767770
Possible values are:
768771
- Disabled
769772
- Enabled
770773
774+
Set this to Enabled to allow up to 20,000 extra view-only attendees to join.
775+
771776
```yaml
772777
Type: String
773778
Parameter Sets: (All)
@@ -829,6 +834,7 @@ Accept wildcard characters: False
829834
```
830835
831836
### -AllowMeetingRegistration
837+
Controls if a user can create a webinar meeting. The default value is True.
832838
833839
Possible values:
834840
- True
@@ -909,11 +915,16 @@ Accept wildcard characters: False
909915
```
910916
911917
### -WhoCanRegister
918+
919+
Controls the attendees who can attend a webinar meeting. The default is EveryoneInCompany, meaning that internal accounts and guest accounts can attend.
920+
912921
Possible values:
913922
914923
- Everyone
915924
- EveryoneInCompany
916925
926+
If you want to organize public webinars, set the value to Everyone.
927+
917928
```yaml
918929
Type: String
919930
Parameter Sets: (All)

0 commit comments

Comments
 (0)