You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/client-advanced-settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,8 @@ Set-LabelPolicy -Identity Global -AdvancedSettings @{JustificationTextForUserTex
223
223
224
224
## PFileSupportedExtensions
225
225
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
+
226
228
- Key: **PFileSupportedExtensions**
227
229
228
230
- Value: **\<string value>**
@@ -231,7 +233,7 @@ Use the following table to identify the string value to specify:
231
233
232
234
| String value| Client| Scanner|
233
235
|-------------|-------|--------|
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|
235
237
|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
236
238
237
239
**Example 1**: PowerShell command for the scanner to encrypt all file types, where your label policy is named "Scanner":
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
-
251
251
## ReportAnIssueLink
252
252
253
253
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