Skip to content

Commit f6a09c4

Browse files
Merge branch 'main' into docs-editor/Set-SPOSite-1729268474
2 parents f08bf2d + fce0de6 commit f6a09c4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
6161
[-DefaultShareLinkScope <SharingScope>]
6262
[-DefaultShareLinkRole <SharingRole>]
6363
[-HidePeoplePreviewingFiles <Boolean>]
64+
[-HidePeoplePresenceInLists <Boolean>]
6465
[<CommonParameters>]
6566
```
6667

@@ -1462,8 +1463,26 @@ Accept pipeline input: False
14621463
Accept wildcard characters: False
14631464
14641465
```
1466+
### -HidePeoplePresenceInLists
14651467

1468+
This setting disables the feature in Microsoft Lists that displays the presence of other users on the list and its items when they are viewing.
14661469

1470+
PARAMVALUE: False | True
1471+
1472+
If set to True, the presence of other users on the list and its items will no longer be displayed. List presence is enabled by default.
1473+
1474+
```yaml
1475+
Type: Boolean
1476+
Parameter Sets: (All)
1477+
Aliases:
1478+
Applicable: SharePoint Online
1479+
Required: False
1480+
Position: Named
1481+
Default value: False
1482+
Accept pipeline input: False
1483+
Accept wildcard characters: False
1484+
1485+
```
14671486
### -ClearGroupId
14681487
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
14691488

0 commit comments

Comments
 (0)