Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilecoyotegenius committed Nov 19, 2023
1 parent 4c56e98 commit f86db5e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions documentation/Set-PnPTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Set-PnPTenant [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>
[-IncludeAtAGlanceInShareEmails <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>]
[-BusinessConnectivityServiceDisabled <Boolean>]
[-EnableSensitivityLabelForPDF <Boolean>]
[-Force] [-Connection <PnPConnection>]
```

Expand Down Expand Up @@ -297,6 +298,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableSensitivityLabelForPDF
Allows turning on support for PDFs with sensitivity labels for the following scenarios:

- Applying a sensitivity label in Office for the web.
- Uploading a labeled document, and then extracting and displaying that sensitivity label.
- Search, eDiscovery, and data loss prevention.
- Auto-labeling policies and default sensitivity labels for SharePoint document libraries.

The valid values are:
True - Enables support for PDFs.
False (default) - Disables support for PDFs.

```yaml
Type: Boolean
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -CommentsOnSitePagesDisabled
Disables or enables the commenting functionality on all site pages in the tenant.

Expand Down

0 comments on commit f86db5e

Please sign in to comment.