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
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,29 +21,22 @@ description: "Security & Compliance PowerShell advanced settings for Microsoft P
21
21
This article contains the [Security & Compliance PowerShell](/powershell/exchange/office-365-scc/office-365-scc-powershell) advanced settings that are supported by [Microsoft Purview Information Protection client](/purview/information-protection-client) when you use the following cmdlets:
22
22
23
23
-[New-Label](/powershell/module/exchange/new-label) or [Set-Label](/powershell/module/exchange/set-label)
24
-
-[New-LabelPolicy](/powershell/module/exchange/new-labelpolicy) or [Set-LabelPolicy](/powershell/module/exchange/set-labelpolicy).
24
+
-[New-LabelPolicy](/powershell/module/exchange/new-labelpolicy) or [Set-LabelPolicy](/powershell/module/exchange/set-labelpolicy)
25
25
26
26
The advanced settings that are supported by sensitivity labels that are built into Microsoft 365 apps and services are included on the cmdlet page itself.
27
27
28
28
You might also find useful [PowerShell tips for specifying the advanced settings](/purview/create-sensitivity-labels#powershell-tips-for-specifying-the-advanced-settings).
29
29
30
-
**Advanced settings for sensitivity labels:**
31
30
32
-
Use the *AdvancedSettings* parameter with [New-Label](/powershell/module/exchange/policy-and-compliance/new-label) and [Set-Label](/powershell/module/exchange/policy-and-compliance/set-label).
33
-
34
-
|Setting|Scenario and instructions|
31
+
|Advanced settings for labels|Description|
35
32
|----------------|---------------|
36
33
[Color](#color)|Specify a color for the label|
37
34
|[DefaultSubLabelId](#defaultsublbelid)|Specify a default sublabel for a parent label)
38
35
39
-
**Advanced settings for sensitivity label policies:**
40
-
41
-
Use the *AdvancedSettings* parameter with [New-LabelPolicy](/powershell/module/exchange/policy-and-compliance/new-labelpolicy) and [Set-LabelPolicy](/powershell/module/exchange/policy-and-compliance/set-labelpolicy).
42
-
43
-
|Setting|Scenario and instructions|
36
+
|Advanced settings for label policies|Description|
44
37
|----------------|---------------|
45
38
|[AdditionalPPrefixExtensions]((#additionalpprefixextensions))|Support for changing \<EXT>.PFILE to P\<EXT>](#additionalpprefixextensions)
46
-
|[EnableAudit]((#enableaudit)|Prevent audit data from being sent to Microsoft Purview|
39
+
|[EnableAudit](#enableaudit)|Prevent audit data from being sent to Microsoft Purview|
47
40
|[EnableContainerSupport](#enablecontainersupport)|Enable removal of encryption from PST, rar, 7zip, and MSG files|
48
41
|[EnableCustomPermissions](#enablecustompermissions)|Turn off custom permissions in File Explorer|
49
42
|[EnableCustomPermissionsForCustomProtectedFiles](#enablecustompermissionsforcustomprotectedfiles)|For files encrypted with custom permissions, always display custom permissions to users in File Explorer|
@@ -58,7 +51,7 @@ Use the *AdvancedSettings* parameter with [New-LabelPolicy](/powershell/module/e
58
51
|[ScannerFSAttributesToSkip](#scannerfsattributestoskip) |Skip or ignore files during scans depending on file attributes)
0 commit comments