Skip to content

Commit 2feb30b

Browse files
author
cabailey
committed
formatting fixes
1 parent 97fa7ff commit 2feb30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/docs-conceptual/client-advanced-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ Set-LabelPolicy -Identity Global -AdvancedSettings @{JustificationTextForUserTex
223223

224224
## PFileSupportedExtensions
225225

226+
With this setting, you can change which file types are encrypted but you cannot change the default encryption level from native to generic. For example, for users running the file labeler, you can change the default setting so that only Office files and PDF files are encrypted instead of all file types. But you cannot change these file types to be generically encrypted with a .pfile file name extension.
227+
226228
- Key: **PFileSupportedExtensions**
227229

228230
- Value: **\<string value>**
@@ -231,7 +233,7 @@ Use the following table to identify the string value to specify:
231233

232234
| String value| Client| Scanner|
233235
|-------------|-------|--------|
234-
|\*|Default value: Apply protection to all file types|Apply encryption to all file types|
236+
|\*|Default value: Apply encryption to all file types|Apply encryption to all file types|
235237
|ConvertTo-Json(".jpg", ".png")|In addition to Office file types and PDF files, apply encryption to the specified file name extensions | In addition to Office file types and PDF files, apply encryption to the specified file name extensions
236238

237239
**Example 1**: PowerShell command for the scanner to encrypt all file types, where your label policy is named "Scanner":
@@ -246,8 +248,6 @@ Set-LabelPolicy -Identity Scanner -AdvancedSettings @{PFileSupportedExtensions="
246248
Set-LabelPolicy -Identity Scanner -AdvancedSettings @{PFileSupportedExtensions=ConvertTo-Json(".txt", ".csv")}
247249
```
248250

249-
With this setting, you can change which file types are encrypted but you cannot change the default encryption level from native to generic. For example, for users running the file labeler, you can change the default setting so that only Office files and PDF files are encrypted instead of all file types. But you cannot change these file types to be generically encrypted with a .pfile file name extension.
250-
251251
## ReportAnIssueLink
252252

253253
When you specify the following advanced client setting, users see a **Report an Issue** option that they can select from the **Help and Feedback** client dialog box in the file labeler. Specify an HTTP string for the link. For example, a customized web page that you have for users to report issues, or an email address that goes to your help desk.

0 commit comments

Comments
 (0)