Skip to content

Commit 36d3c6b

Browse files
authored
Merge pull request #688 from salarson/docs-editor/Set-SPOSite-1725904102
Add HidePeoplePreviewingFiles
2 parents ae0592e + 3dcc97c commit 36d3c6b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
6060
[-OverrideSharingCapability <Boolean>]
6161
[-DefaultShareLinkScope <SharingScope>]
6262
[-DefaultShareLinkRole <SharingRole>]
63+
[-HidePeoplePreviewingFiles <Boolean>]
6364
[<CommonParameters>]
6465
```
6566

@@ -1435,7 +1436,30 @@ Position: Named
14351436
Default value: None
14361437
Accept pipeline input: False
14371438
Accept wildcard characters: False
1439+
1440+
```
1441+
### -HidePeoplePreviewingFiles
1442+
1443+
This setting disables the feature in OneDrive and SharePoint file previewing that displays the presence of other users on the file. It does not affect any experiences outside of the previewer.
1444+
1445+
PARAMVALUE: False | True
1446+
1447+
If set to True, the presence of other users on the file will no longer be displayed.
1448+
1449+
1450+
```yaml
1451+
Type: Boolean
1452+
Parameter Sets: (All)
1453+
Aliases:
1454+
Applicable: SharePoint Online
1455+
Required: False
1456+
Position: Named
1457+
Default value: False
1458+
Accept pipeline input: False
1459+
Accept wildcard characters: False
1460+
14381461
```
1462+
14391463
### CommonParameters
14401464

14411465
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)