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
**Example 2**: PowerShell command to change all PFile extensions from generic encryption (dwg.pfile) to native encryption (.pdwg) when the files are protected:
90
+
**Example 2**: PowerShell command to change all PFile extensions from generic encryption to native encryption when the files are labeled and encrypted:
@@ -183,7 +183,7 @@ Set-LabelPolicy -Identity Global -AdvancedSettings @{EnableCustomPermissions="Fa
183
183
184
184
## EnableCustomPermissionsForCustomProtectedFiles
185
185
186
-
When you configure the advanced client setting to [turn off custom permissions in File Explorer](#turn-off-custom-permissions-in-file-explorer), by default, users are not able to see or change custom permissions that are already set in an encrypted document.
186
+
When you configure the advanced client setting *EnableCustomPermissionsto*to turn off custom permissions in File Explorer, by default, users are not able to see or change custom permissions that are already set in an encrypted document.
187
187
188
188
However, there's another advanced client setting that you can specify so that in this scenario, users can see and change custom permissions for an encrypted document when they use File Explorer and right-click the file.
189
189
@@ -219,18 +219,17 @@ To turn off support again and revert to the default, set the **EnableGlobalizati
219
219
220
220
Customize the justification prompts that are displayed when end users change sensitivity labels on files.
221
221
222
-
For example, as an administrator, you might want to remind your users not to add any customer identifying information into this field:
222
+
For example, as an administrator, you might want to remind your users not to add any customer identifying information into this field.
To modify the default **Other** text that's displayed, use the *JustificationTextForUserText* advanced setting. Set the value to the text you want to use instead.
224
+
To modify the default **Other** option that users can select in the dialog box, use the *JustificationTextForUserText* advanced setting. Set the value to the text you want to use instead.
227
225
228
226
Example PowerShell command, where your label policy is named "Global":
229
227
230
228
```PowerShell
231
229
Set-LabelPolicy -Identity Global -AdvancedSettings @{JustificationTextForUserText="Other (please explain) - Do not enter sensitive info"}
232
230
```
233
231
232
+
234
233
## PFileSupportedExtensions
235
234
236
235
- Key: **PFileSupportedExtensions**
@@ -289,7 +288,7 @@ Use this advanced setting in conjunction with *ScannerMinCPU* to limit CPU consu
289
288
290
289
- Key: **ScannerMaxCPU**
291
290
292
-
- Value: <number>**
291
+
- Value: \<number>**
293
292
294
293
The value is set to **100** by default, which means there is no limit of maximum CPU consumption. In this case, the scanner process will try to use all available CPU time to maximize your scan rates.
0 commit comments