Skip to content

Commit 5844c5f

Browse files
authored
Merge pull request #11060 from m-nestorovic/patch-27
DLP updates to Transport Rule cmdlets
2 parents 6fefa45 + b2f26c9 commit 5844c5f

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

exchange/exchange-ps/exchange/Get-TransportRule.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ For more information about pipelining, see [About Pipelines](https://learn.micro
5959
Get-TransportRule -DlpPolicy "PII (U.S.)"
6060
```
6161

62-
This example returns a summary list of the rules that enforce the DLP policy named PII (U.S.) in your organization.
62+
In on-premises Exchange, this example returns a summary list of the rules that enforce the DLP policy named PII (U.S.) in the organization.
6363

6464
### Example 4
6565
```powershell
6666
Get-TransportRule | Where {$_.DlpPolicy -ne $null}
6767
```
6868

69-
This example returns a summary list of all rules that enforce DLP policies in your organization.
69+
In on-premises Exchange, this example returns a summary list of all rules that enforce DLP policies in the organization.
7070

7171
## PARAMETERS
7272

@@ -132,7 +132,9 @@ Accept wildcard characters: False
132132
```
133133
134134
### -DlpPolicy
135-
The DlpPolicy parameter filters the results by the named of the specified data loss prevention (DLP) policy. If the value contains spaces, enclose the value in quotation marks (").
135+
**Note**: This parameter is functional only in on-premises Exchange.
136+
137+
The DlpPolicy parameter filters the results by the name of the specified data loss prevention (DLP) policy. If the value contains spaces, enclose the value in quotation marks (").
136138
137139
DLP policies in your organization allow you to prevent unintentional disclosure of sensitive information. Each DLP policy is enforced using a set of transport rules.
138140

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ New-TransportRule [-Name] <String>
6262
[-ContentCharacterSetContainsWords <Word[]>]
6363
[-CopyTo <RecipientIdParameter[]>]
6464
[-DeleteMessage <Boolean>]
65-
[-Disconnect <Boolean>]
6665
[-DlpPolicy <String>]
66+
[-Disconnect <Boolean>]
6767
[-DomainController <Fqdn>]
6868
[-Enabled <Boolean>]
6969
[-ExceptIfADComparisonAttribute <ADAttribute>]
@@ -1317,6 +1317,8 @@ Accept wildcard characters: False
13171317
```
13181318

13191319
### -DlpPolicy
1320+
**Note**: This parameter is functional only in on-premises Exchange.
1321+
13201322
The DlpPolicy parameter specifies the data loss prevention (DLP) policy that's associated with the rule. Each DLP policy is enforced using a set of mail flow rules (transport rules). To learn more about DLP, see [Data loss prevention in Exchange Server](https://learn.microsoft.com/Exchange/policy-and-compliance/data-loss-prevention/data-loss-prevention).
13211323

13221324
```yaml
@@ -3242,7 +3244,7 @@ The GenerateIncidentReport parameter specifies where to send the incident report
32423244

32433245
An incident report is generated for messages that violate a DLP policy in your organization.
32443246

3245-
**Note**: An incdent report isn't generated for notifications or other incident reports that are generated by DLP or mail flow rules.
3247+
**Note**: An incident report isn't generated for notifications or other incident reports that are generated by DLP or mail flow rules.
32463248

32473249
```yaml
32483250
Type: RecipientIdParameter
@@ -4317,8 +4319,8 @@ Accept wildcard characters: False
43174319
### -RuleSubType
43184320
The RuleSubType parameter specifies the rule type. Valid values are:
43194321

4320-
- Dlp: The rule is associated with a DLP policy.
4321-
- None: The rule is a regular rule that isn't associated with a DLP policy.
4322+
- Dlp: The rule is associated with a DLP policy. This value is meaningful only in on-premises Exchange.
4323+
- None: The rule is a regular transport rule. This is the default value.
43224324

43234325
```yaml
43244326
Type: RuleSubType

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,8 @@ Accept wildcard characters: False
13151315
```
13161316

13171317
### -DlpPolicy
1318+
**Note**: This parameter is functional only in on-premises Exchange.
1319+
13181320
The DlpPolicy parameter specifies the data loss prevention (DLP) policy that's associated with the rule. Each DLP policy is enforced using a set of mail flow rules (transport rules). To learn more about DLP, see [Data loss prevention in Exchange Server](https://learn.microsoft.com/Exchange/policy-and-compliance/data-loss-prevention/data-loss-prevention).
13191321

13201322
```yaml
@@ -3219,7 +3221,7 @@ The GenerateIncidentReport parameter specifies where to send the incident report
32193221

32203222
An incident report is generated for messages that violate a DLP policy in your organization.
32213223

3222-
**Note**: An incdent report isn't generated for notifications or other incident reports that are generated by DLP or mail flow rules.
3224+
**Note**: An incident report isn't generated for notifications or other incident reports that are generated by DLP or mail flow rules.
32233225

32243226
```yaml
32253227
Type: RecipientIdParameter
@@ -4310,8 +4312,8 @@ Accept wildcard characters: False
43104312
### -RuleSubType
43114313
The RuleSubType parameter specifies the rule type. Valid values are:
43124314

4313-
- Dlp: The rule is associated with a DLP policy.
4314-
- None: The rule is a regular rule that isn't associated with a DLP policy.
4315+
- Dlp: The rule is associated with a DLP policy. This value is meaningful only in on-premises Exchange.
4316+
- None: The rule is a regular transport rule. This is the default value.
43154317

43164318
```yaml
43174319
Type: RuleSubType

0 commit comments

Comments
 (0)