Skip to content

Commit 81ffb81

Browse files
authored
Merge branch 'master' into patch-356
2 parents 5b6f258 + 06ff0dc commit 81ffb81

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-FileSensitivityLabelInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version: https://docs.microsoft.com/powershell/module/sharepoint-online/Get-FileSensitivityLabelInfo
55
applicable: SharePoint Online
6-
title: GetFileSensitivityLabelInfo
6+
title: Get-FileSensitivityLabelInfo
77
schema: 2.0.0
88
author: Sanjoyanm
99
ms.author: samust

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)