File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
14641465Accept 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
14701489This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
14711490
You can’t perform that action at this time.
0 commit comments