Skip to content

Commit b1b8422

Browse files
committed
Merge branch 'master' into NewMigBranch-chrisda
2 parents d58702c + 4bf9b6f commit b1b8422

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ Note, that some SharePoint system resources such as templates and pages are requ
595595
596596
The valid values are:
597597
598-
- True (default) - The Everyone claim group is displayed in People Picker.
599-
- False - The Everyone claim group is hidden from the People Picker.
598+
- True - The Everyone claim group is displayed in People Picker. This has been the default for tenants older than March 2018
599+
- False (default) - The Everyone claim group is hidden from the People Picker. This has become the new default for new tenants.
600600
601601
```yaml
602602
Type: Boolean
@@ -605,7 +605,7 @@ Aliases:
605605
Applicable: SharePoint Online
606606
Required: False
607607
Position: Named
608-
Default value: True
608+
Default value: False
609609
Accept pipeline input: False
610610
Accept wildcard characters: False
611611
```

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The group policy assignment rank is set at the time a policy is being assigned t
2727

2828
It's helpful to think of rank as determining the position of each policy assignment in an ordered list, from highest rank to lowest rank. In fact, rank can be specified as any number, but these are converted into sequential values 1, 2, 3, etc. with 1 being the highest rank. When assigning a policy to a group, set the rank to be the position in the list where you want the new group policy assignment to be. If a rank is not specified, the policy assignment will be given the lowest rank, corresponding to the end of the list.
2929

30-
Group policy assignment allows you to easily manage policies across different subsets of users within your organization. Group policy assignment is recommended for groups of up to 50000 users, but it will also work with larger groups. Group policy assignments are only propagated to users that are direct members of the group; the assignments are not propagated to members of nested groups.
30+
Group policy assignment allows you to easily manage policies across different subsets of users within your organization. Group policy assignment is recommended for groups of up to 50000 users, but it will also work with larger groups.
31+
32+
Group policy assignments are only propagated to users that are direct members of the group; the assignments are not propagated to members of nested groups.
3133

3234
Group policy assignment is currently limited to the following policy types:
3335
CallingLineIdentity, OnlineVoiceRoutingPolicy, TeamsAppSetupPolicy, TeamsCallingPolicy, TeamsCallParkPolicy, TeamsChannelsPolicy, TeamsComplianceRecordingPolicy, TenantDialPlan, TeamsEducationAssignmentsAppPolicy, TeamsMeetingBroadcastPolicy, TeamsMeetingPolicy, TeamsMessagingPolicy, TeamsUpdateManagementPolicy.

0 commit comments

Comments
 (0)