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
@@ -1462,8 +1463,26 @@ Accept pipeline input: False
14621463Accept 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
14681487This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
14691488
You can’t perform that action at this time.
0 commit comments