Skip to content

Commit 726c7ca

Browse files
authored
Merge branch 'master' into patch-6
2 parents 8a5834c + f67e587 commit 726c7ca

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
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

sharepoint/sharepoint-ps/sharepoint-server/Set-SPWebApplication.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ For permissions and the most current information about Windows PowerShell for Sh
5656

5757
## EXAMPLES
5858

59-
### ------------------EXAMPLE-----------------------
59+
### EXAMPLE
6060
```
61-
Get-SPWebApplication http://somesite | Set-SPWebApplication -Zone "Extranet" -HostHeader "http://www.contoso.com" - AllowAnonymousAccess
61+
$ap = New-SPAuthenticationProvider -AllowAnonymous
62+
Set-SPWebApplication http://somesite -Zone "Extranet" -HostHeader "http://www.contoso.com" -AuthenticationProvider $ap
6263
```
6364

6465
This example sets the HostHeader URL for the Extranet zone of the given Web application as http://www.contoso.com and enables anonymous access.

skype/skype-ps/skype/New-CsExternalAccessPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ New external access policies can be created by using the New-CsExternalAccessPol
6060
Note that these policies can only be created at the site or the per-user scope; you cannot create a new policy at the global scope.
6161
In addition, you can have only one external access policy per site: if the Redmond site already has been assigned an external access policy you cannot create a second policy for the site.
6262

63-
The following parameters are not applicable to Skype for Business Online: Description, EnableXmppAccess, Force, Identity, InMemory, PipelineVariable, and Tenant
63+
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, InMemory, PipelineVariable, and Tenant
6464

6565
## EXAMPLES
6666

@@ -142,6 +142,7 @@ Accept wildcard characters: False
142142
143143
### -EnableFederationAccess
144144
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
145+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
145146
The default value is False.
146147
147148
```yaml
@@ -176,6 +177,7 @@ Accept wildcard characters: False
176177
177178
### -EnablePublicCloudAccess
178179
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
180+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
179181
The default value is False.
180182
181183
```yaml

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ After an external access policy has been created, you can use the `Set-CsExterna
6060
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
6161
If you would like to grant this capability to all of your users you can call the `Set-CsExternalAccessPolicy` cmdlet and set the value of the global policy's EnableFederationAccess property to True.
6262

63-
The following parameters are not applicable to Skype for Business Online: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
63+
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
6464

6565
## EXAMPLES
6666

@@ -167,6 +167,7 @@ Accept wildcard characters: False
167167
168168
### -EnableFederationAccess
169169
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
170+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
170171
The default value is False.
171172
172173
@@ -185,6 +186,7 @@ Accept wildcard characters: False
185186
186187
### -EnablePublicCloudAccess
187188
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
189+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
188190
The default value is False.
189191
190192

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3232
[-PreferredMeetingProviderForIslandsMode <string>] [[-Identity] <XdsIdentity>]
3333
[-VideoFiltersMode <String>] [-AllowEngagementReport <String>] [-AllowNDIStreaming <Boolean>]
3434
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
35-
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
35+
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
3636
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
3737
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
@@ -52,7 +52,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
5252
[-PreferredMeetingProviderForIslandsMode <string>] [-Instance <PSObject>]
5353
[-VideoFiltersMode <String>] [-AllowEngagementReport <String>] [-AllowNDIStreaming <Boolean>]
5454
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
55-
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
55+
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
5656
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
5757
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
5858
```
@@ -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)