@@ -22,16 +22,16 @@ For information about the parameter sets in the Syntax section below, see [Excha
22
22
23
23
```
24
24
New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
25
- [-AccessScope <AccessScope>]
26
- [-ActivationDate <DateTime>]
25
+ [-AccessScope <Microsoft.Office.CompliancePolicy.Tasks. AccessScope>]
26
+ [-ActivationDate <System. DateTime>]
27
27
[-AddRecipients <PswsHashtable>]
28
28
[-AdvancedRule <String>]
29
29
[-AlertProperties <PswsHashtable>]
30
30
[-AnyOfRecipientAddressContainsWords <MultiValuedProperty>]
31
31
[-AnyOfRecipientAddressMatchesPatterns <MultiValuedProperty>]
32
32
[-ApplyHtmlDisclaimer <PswsHashtable>]
33
33
[-BlockAccess <Boolean>]
34
- [-BlockAccessScope <BlockAccessScope>]
34
+ [-BlockAccessScope <Microsoft.Office.CompliancePolicy.Tasks. BlockAccessScope>]
35
35
[-Comment <String>]
36
36
[-Confirm]
37
37
[-ContentCharacterSetContainsWords <MultiValuedProperty>]
@@ -45,16 +45,16 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
45
45
[-DocumentContainsWords <MultiValuedProperty>]
46
46
[-DocumentCreatedBy <MultiValuedProperty>]
47
47
[-DocumentCreatedByMemberOf <RecipientIdParameter[]>]
48
- [-DocumentIsPasswordProtected <Boolean>
48
+ [-DocumentIsPasswordProtected <Boolean>]
49
49
[-DocumentIsUnsupported <Boolean>]
50
50
[-DocumentMatchesPatterns <MultiValuedProperty>]
51
51
[-DocumentNameMatchesPatterns <MultiValuedProperty>]
52
52
[-DocumentNameMatchesWords <MultiValuedProperty>]
53
- [-DocumentSizeOver <ByteQuantifiedSize>]
53
+ [-DocumentSizeOver <Microsoft.Exchange.Data. ByteQuantifiedSize>]
54
54
[-EncryptRMSTemplate <RmsTemplateIdParameter>]
55
55
[-EndpointDlpBrowserRestrictions <PswsHashtable[]>]
56
56
[-EndpointDlpRestrictions <PswsHashtable[]>]
57
- [-ExceptIfAccessScope <AccessScope>]
57
+ [-ExceptIfAccessScope <Microsoft.Office.CompliancePolicy.Tasks. AccessScope>]
58
58
[-ExceptIfAnyOfRecipientAddressContainsWords <MultiValuedProperty>]
59
59
[-ExceptIfAnyOfRecipientAddressMatchesPatterns <MultiValuedProperty>]
60
60
[-ExceptIfContentCharacterSetContainsWords <MultiValuedProperty>]
@@ -71,17 +71,17 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
71
71
[-ExceptIfDocumentMatchesPatterns <MultiValuedProperty>]
72
72
[-ExceptIfDocumentNameMatchesPatterns <MultiValuedProperty>]
73
73
[-ExceptIfDocumentNameMatchesWords <MultiValuedProperty>]
74
- [-ExceptIfDocumentSizeOver <ByteQuantifiedSize>]
74
+ [-ExceptIfDocumentSizeOver <Microsoft.Exchange.Data. ByteQuantifiedSize>]
75
75
[-ExceptIfFrom <RecipientIdParameter[]>]
76
76
[-ExceptIfFromAddressContainsWords <MultiValuedProperty>]
77
77
[-ExceptIfFromAddressMatchesPatterns <MultiValuedProperty>]
78
78
[-ExceptIfFromMemberOf <SmtpAddress[]>]
79
- [-ExceptIfFromScope <FromScope>]
79
+ [-ExceptIfFromScope <Microsoft.Office.CompliancePolicy.PolicyEvaluation. FromScope>]
80
80
[-ExceptIfHasSenderOverride <Boolean>]
81
81
[-ExceptIfHeaderContainsWords <PswsHashtable>]
82
82
[-ExceptIfHeaderMatchesPatterns <PswsHashtable>]
83
- [-ExceptIfMessageSizeOver <ByteQuantifiedSize>]
84
- [-ExceptIfMessageTypeMatches <MessageTypes>]
83
+ [-ExceptIfMessageSizeOver <Microsoft.Exchange.Data. ByteQuantifiedSize>]
84
+ [-ExceptIfMessageTypeMatches <Microsoft.Office.CompliancePolicy.PolicyEvaluation. MessageTypes>]
85
85
[-ExceptIfProcessingLimitExceeded <Boolean>]
86
86
[-ExceptIfRecipientADAttributeContainsWords <PswsHashtable>]
87
87
[-ExceptIfRecipientADAttributeMatchesPatterns <PswsHashtable>]
@@ -97,37 +97,39 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
97
97
[-ExceptIfSubjectOrBodyContainsWords <MultiValuedProperty>]
98
98
[-ExceptIfSubjectOrBodyMatchesPatterns <MultiValuedProperty>]
99
99
[-ExceptIfUnscannableDocumentExtensionIs <MultiValuedProperty>]
100
- [-ExceptIfWithImportance <WithImportance>]
101
- [-ExpiryDate <DateTime>]
100
+ [-ExceptIfWithImportance <Microsoft.Office.CompliancePolicy.Tasks. WithImportance>]
101
+ [-ExpiryDate <System. DateTime>]
102
102
[-From <RecipientIdParameter[]>]
103
103
[-FromAddressContainsWords <MultiValuedProperty>]
104
104
[-FromAddressMatchesPatterns <MultiValuedProperty>]
105
105
[-FromMemberOf <SmtpAddress[]>]
106
- [-FromScope <FromScope>]
106
+ [-FromScope <Microsoft.Office.CompliancePolicy.PolicyEvaluation. FromScope>]
107
107
[-GenerateAlert <MultiValuedProperty>]
108
108
[-GenerateIncidentReport <MultiValuedProperty>]
109
109
[-HasSenderOverride <Boolean>]
110
110
[-HeaderContainsWords <PswsHashtable>]
111
111
[-HeaderMatchesPatterns <PswsHashtable>]
112
- [-ImmutableId <Guid>]
112
+ [-ImmutableId <System. Guid>]
113
113
[-IncidentReportContent <ReportContentOption[]>]
114
- [-MessageSizeOver <ByteQuantifiedSize>]
114
+ [-MessageSizeOver <Microsoft.Exchange.Data. ByteQuantifiedSize>]
115
115
[-MessageTypeMatches <Microsoft.Office.CompliancePolicy.PolicyEvaluation.MessageTypes>]
116
116
[-Moderate <PswsHashtable>]
117
117
[-ModifySubject <PswsHashtable>]
118
- [-NonBifurcatingAccessScope <NonBifurcatingAccessScope>]
118
+ [-NonBifurcatingAccessScope <Microsoft.Office.CompliancePolicy.Tasks. NonBifurcatingAccessScope>]
119
119
[-NotifyAllowOverride <OverrideOption[]>]
120
120
[-NotifyEmailCustomSubject <String>]
121
121
[-NotifyEmailCustomText <String>]
122
122
[-NotifyEndpointUser <PswsHashtable>]
123
123
[-NotifyOverrideRequirements <Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicyOverrideRequirements>]
124
124
[-NotifyPolicyTipCustomText <String>]
125
125
[-NotifyPolicyTipCustomTextTranslations <MultiValuedProperty>]
126
+ [-NotifyPolicyTipDisplayOption <Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicyTipDisplayOption>]
127
+ [-NotifyPolicyTipUrl <String>]
126
128
[-NotifyUser <MultiValuedProperty>]
127
129
[-NotifyUserType <Microsoft.Office.CompliancePolicy.PolicyEvaluation.NotifyUserType>]
128
130
[-OnPremisesScannerDlpRestrictions <PswsHashtable[]>]
129
131
[-PrependSubject <String>]
130
- [-Priority <Int32>]
132
+ [-Priority <System. Int32>]
131
133
[-ProcessingLimitExceeded <Boolean>]
132
134
[-Quarantine <Boolean>]
133
135
[-RecipientADAttributeContainsWords <PswsHashtable>]
@@ -138,7 +140,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
138
140
[-RemoveRMSTemplate <Boolean>]
139
141
[-ReportSeverityLevel <RuleSeverity>]
140
142
[-RestrictBrowserAccess <Boolean>]
141
- [-RuleErrorAction <PolicyRuleErrorAction>]
143
+ [-RuleErrorAction <Microsoft.Office.CompliancePolicy.PolicyEvaluation. PolicyRuleErrorAction>]
142
144
[-SenderADAttributeContainsWords <PswsHashtable>]
143
145
[-SenderADAttributeMatchesPatterns <PswsHashtable>]
144
146
[-SenderAddressLocation <Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicySenderAddressLocation>]
@@ -155,7 +157,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
155
157
[-ThirdPartyAppDlpRestrictions <PswsHashtable[]>]
156
158
[-UnscannableDocumentExtensionIs <MultiValuedProperty>]
157
159
[-WhatIf]
158
- [-WithImportance <WithImportance>]
160
+ [-WithImportance <Microsoft.Office.CompliancePolicy.Tasks. WithImportance>]
159
161
[<CommonParameters>]
160
162
```
161
163
@@ -333,7 +335,7 @@ The AccessScope parameter specifies a condition for the DLP rule that's based on
333
335
- None: The condition isn't used.
334
336
335
337
` ` ` yaml
336
- Type : AccessScope
338
+ Type : Microsoft.Office.CompliancePolicy.Tasks. AccessScope
337
339
Parameter Sets : (All)
338
340
Aliases :
339
341
Applicable : Security & Compliance
@@ -349,7 +351,7 @@ Accept wildcard characters: False
349
351
This parameter is reserved for internal Microsoft use.
350
352
351
353
` ` ` yaml
352
- Type : DateTime
354
+ Type : System. DateTime
353
355
Parameter Sets : (All)
354
356
Aliases :
355
357
Applicable : Security & Compliance
@@ -511,7 +513,7 @@ The BlockAccessScope parameter specifies the scope of the block access action. V
511
513
- PerAnonymousUser : Blocks access to people through the "Anyone with the link" option in SharePoint and OneDrive.
512
514
513
515
` ` ` yaml
514
- Type: BlockAccessScope
516
+ Type: Microsoft.Office.CompliancePolicy.Tasks. BlockAccessScope
515
517
Parameter Sets: (All)
516
518
Aliases:
517
519
Applicable: Security & Compliance
@@ -865,7 +867,7 @@ Unqualified values are typically treated as bytes, but small values may be round
865
867
You can use this condition in DLP policies that are scoped only to Exchange.
866
868
867
869
` ` ` yaml
868
- Type: ByteQuantifiedSize
870
+ Type: Microsoft.Exchange.Data. ByteQuantifiedSize
869
871
Parameter Sets: (All)
870
872
Aliases:
871
873
Applicable: Security & Compliance
@@ -957,7 +959,7 @@ The ExceptIfAccessScopeAccessScope parameter specifies an exception for the DLP
957
959
- None : The exception isn't used.
958
960
959
961
` ` ` yaml
960
- Type: AccessScope
962
+ Type: Microsoft.Office.CompliancePolicy.Tasks. AccessScope
961
963
Parameter Sets: (All)
962
964
Aliases:
963
965
Applicable: Security & Compliance
@@ -1285,7 +1287,7 @@ Unqualified values are typically treated as bytes, but small values may be round
1285
1287
You can use this exception in DLP policies that are scoped only to Exchange.
1286
1288
1287
1289
` ` ` yaml
1288
- Type: ByteQuantifiedSize
1290
+ Type: Microsoft.Exchange.Data. ByteQuantifiedSize
1289
1291
Parameter Sets: (All)
1290
1292
Aliases:
1291
1293
Applicable: Security & Compliance
@@ -1386,7 +1388,7 @@ The ExceptIfFromScope parameter specifies an exception for the rule that looks f
1386
1388
You can use this exception in DLP policies that are scoped only to Exchange.
1387
1389
1388
1390
` ` ` yaml
1389
- Type: FromScope
1391
+ Type: Microsoft.Office.CompliancePolicy.PolicyEvaluation. FromScope
1390
1392
Parameter Sets: (All)
1391
1393
Aliases:
1392
1394
Applicable: Security & Compliance
@@ -1473,7 +1475,7 @@ Unqualified values are typically treated as bytes, but small values may be round
1473
1475
You can use this exception in DLP policies that are scoped only to Exchange.
1474
1476
1475
1477
` ` ` yaml
1476
- Type: ByteQuantifiedSize
1478
+ Type: Microsoft.Exchange.Data. ByteQuantifiedSize
1477
1479
Parameter Sets: (All)
1478
1480
Aliases:
1479
1481
Applicable: Security & Compliance
@@ -1500,7 +1502,7 @@ The ExceptIfMessageTypeMatches parameter specifies an exception for the rule tha
1500
1502
You can use this exception in DLP policies that are scoped only to Exchange.
1501
1503
1502
1504
` ` ` yaml
1503
- Type: MessageTypes
1505
+ Type: Microsoft.Office.CompliancePolicy.PolicyEvaluation. MessageTypes
1504
1506
Parameter Sets: (All)
1505
1507
Aliases:
1506
1508
Applicable: Security & Compliance
@@ -1933,7 +1935,7 @@ The ExceptIfWithImportance parameter specifies an exception for the rule that lo
1933
1935
You can use this exception in DLP policies that are scoped only to Exchange.
1934
1936
1935
1937
` ` ` yaml
1936
- Type: WithImportance
1938
+ Type: Microsoft.Office.CompliancePolicy.Tasks. WithImportance
1937
1939
Parameter Sets: (All)
1938
1940
Aliases:
1939
1941
Applicable: Security & Compliance
@@ -1949,7 +1951,7 @@ Accept wildcard characters: False
1949
1951
This parameter is reserved for internal Microsoft use.
1950
1952
1951
1953
` ` ` yaml
1952
- Type: DateTime
1954
+ Type: System. DateTime
1953
1955
Parameter Sets: (All)
1954
1956
Aliases:
1955
1957
Applicable: Security & Compliance
@@ -2050,7 +2052,7 @@ The FromScope parameter specifies a condition for the rule that looks for the lo
2050
2052
You can use this condition in DLP policies that are scoped only to Exchange.
2051
2053
2052
2054
` ` ` yaml
2053
- Type: FromScope
2055
+ Type: Microsoft.Office.CompliancePolicy.PolicyEvaluation. FromScope
2054
2056
Parameter Sets: (All)
2055
2057
Aliases:
2056
2058
Applicable: Security & Compliance
@@ -2169,7 +2171,7 @@ Accept wildcard characters: False
2169
2171
This parameter is reserved for internal Microsoft use.
2170
2172
2171
2173
` ` ` yaml
2172
- Type: Guid
2174
+ Type: System. Guid
2173
2175
Parameter Sets: (All)
2174
2176
Aliases:
2175
2177
Applicable: Security & Compliance
@@ -2236,7 +2238,7 @@ Unqualified values are typically treated as bytes, but small values may be round
2236
2238
You can use this condition in DLP policies that are scoped only to Exchange.
2237
2239
2238
2240
` ` ` yaml
2239
- Type: ByteQuantifiedSize
2241
+ Type: Microsoft.Exchange.Data. ByteQuantifiedSize
2240
2242
Parameter Sets: (All)
2241
2243
Aliases:
2242
2244
Applicable: Security & Compliance
@@ -2327,7 +2329,7 @@ The NonBifurcatingAccessScope parameter specifies a condition for the DLP rule t
2327
2329
You can use this condition in DLP policies that are scoped only to Exchange.
2328
2330
2329
2331
` ` ` yaml
2330
- Type: NonBifurcatingAccessScope
2332
+ Type: Microsoft.Office.CompliancePolicy.Tasks. NonBifurcatingAccessScope
2331
2333
Parameter Sets: (All)
2332
2334
Aliases:
2333
2335
Applicable: Security & Compliance
@@ -2343,6 +2345,7 @@ Accept wildcard characters: False
2343
2345
The NotifyAllowOverride parameter specifies the notification override options when the conditions of the rule are met. Valid values are :
2344
2346
2345
2347
- FalsePositive : Allows overrides in the case of false positives.
2348
+ - WithAcknowledgement : Allows overrides with explicit user acknowledgement. (Exchange only)
2346
2349
- WithoutJustification : Allows overrides without justification.
2347
2350
- WithJustification : Allows overrides with justification.
2348
2351
@@ -2472,6 +2475,41 @@ Accept pipeline input: False
2472
2475
Accept wildcard characters: False
2473
2476
` ` `
2474
2477
2478
+ # ## -NotifyPolicyTipDisplayOption
2479
+ The NotifyPolicyTipDialogOption parameter specifies a display option for the policy tip. Valid values are :
2480
+
2481
+ - Tip : Displays policy tip at the top of the mail. This is the default value.
2482
+ - Dialog : Displays policy tip at the top of the mail and as a popup dialog. (exchange only)
2483
+
2484
+ ` ` ` yaml
2485
+ Type: Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicyTipDisplayOption
2486
+ Parameter Sets: Default
2487
+ Aliases:
2488
+ Applicable: Security & Compliance
2489
+
2490
+ Required: False
2491
+ Position: Named
2492
+ Default value: None
2493
+ Accept pipeline input: False
2494
+ Accept wildcard characters: False
2495
+ ` ` `
2496
+
2497
+ # ## -NotifyPolicyTipUrl
2498
+ The NotifyPolicyTipUrl parameter specifies the URL in the popup dialog for Exchange workloads. This URL value has priority over the global : ` Set-PolicyConfig -ComplianceUrl` .
2499
+
2500
+ ` ` ` yaml
2501
+ Type: String
2502
+ Parameter Sets: Default
2503
+ Aliases:
2504
+ Applicable: Security & Compliance
2505
+
2506
+ Required: False
2507
+ Position: Named
2508
+ Default value: None
2509
+ Accept pipeline input: False
2510
+ Accept wildcard characters: False
2511
+ ` ` `
2512
+
2475
2513
# ## -NotifyUser
2476
2514
The NotifyUser parameter specifies an action for the DLP rule that notifies the specified users when the conditions of the rule are met. Valid values are :
2477
2515
@@ -2564,7 +2602,7 @@ Valid values and the default value for this parameter depend on the number of ex
2564
2602
If you modify the priority value of a rule, the position of the rule in the list changes to match the priority value you specify. In other words, if you set the priority value of a rule to the same value as an existing rule, the priority value of the existing rule and all other lower priority rules after it is increased by 1.
2565
2603
2566
2604
` ` ` yaml
2567
- Type: Int32
2605
+ Type: System. Int32
2568
2606
Parameter Sets: (All)
2569
2607
Aliases:
2570
2608
Applicable: Security & Compliance
@@ -2836,7 +2874,7 @@ The RuleErrorAction parameter specifies what to do if an error is encountered du
2836
2874
- Blank (the value $null) : This is the default value.
2837
2875
2838
2876
` ` ` yaml
2839
- Type: PolicyRuleErrorAction
2877
+ Type: Microsoft.Office.CompliancePolicy.PolicyEvaluation. PolicyRuleErrorAction
2840
2878
Parameter Sets: (All)
2841
2879
Aliases:
2842
2880
Applicable: Security & Compliance
@@ -3233,7 +3271,7 @@ The WithImportance parameter specifies a condition for the rule that looks for m
3233
3271
You can use this condition in DLP policies that are scoped only to Exchange.
3234
3272
3235
3273
` ` ` yaml
3236
- Type: WithImportance
3274
+ Type: Microsoft.Office.CompliancePolicy.Tasks. WithImportance
3237
3275
Parameter Sets: (All)
3238
3276
Aliases:
3239
3277
Applicable: Security & Compliance
0 commit comments