Skip to content

Commit c9acd07

Browse files
authored
add HidePeoplePresenceInLists to Set-SPOSite
1 parent 9491e57 commit c9acd07

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

@@ -1464,8 +1465,26 @@ Accept pipeline input: False
14641465
Accept wildcard characters: False
14651466
14661467
```
1468+
### -HidePeoplePresenceInLists
14671469

1470+
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.
14681471

1472+
PARAMVALUE: False | True
1473+
1474+
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.
1475+
1476+
```yaml
1477+
Type: Boolean
1478+
Parameter Sets: (All)
1479+
Aliases:
1480+
Applicable: SharePoint Online
1481+
Required: False
1482+
Position: Named
1483+
Default value: False
1484+
Accept pipeline input: False
1485+
Accept wildcard characters: False
1486+
1487+
```
14691488
### -ClearGroupId
14701489
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
14711490

0 commit comments

Comments
 (0)