Skip to content

Commit 81c819b

Browse files
committed
DLP updates
1 parent aef2475 commit 81c819b

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

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

Lines changed: 4 additions & 2 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,6 +132,8 @@ Accept wildcard characters: False
132132
```
133133
134134
### -DlpPolicy
135+
**Note**: This parameter is functional only in on-premises Exchange.
136+
135137
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 (").
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.

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ New-TransportRule [-Name] <String>
6262
[-ContentCharacterSetContainsWords <Word[]>]
6363
[-CopyTo <RecipientIdParameter[]>]
6464
[-DeleteMessage <Boolean>]
65+
[-DlpPolicy <String>]
6566
[-Disconnect <Boolean>]
6667
[-DomainController <Fqdn>]
6768
[-Enabled <Boolean>]
@@ -1315,6 +1316,24 @@ Accept pipeline input: False
13151316
Accept wildcard characters: False
13161317
```
13171318

1319+
### -DlpPolicy
1320+
**Note**: This parameter is functional only in on-premises Exchange.
1321+
1322+
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).
1323+
1324+
```yaml
1325+
Type: String
1326+
Parameter Sets: (All)
1327+
Aliases:
1328+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
1329+
1330+
Required: False
1331+
Position: Named
1332+
Default value: None
1333+
Accept pipeline input: False
1334+
Accept wildcard characters: False
1335+
```
1336+
13181337
### -DomainController
13191338
This parameter is available only in on-premises Exchange.
13201339

@@ -3225,7 +3244,7 @@ The GenerateIncidentReport parameter specifies where to send the incident report
32253244

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

3228-
**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.
32293248

32303249
```yaml
32313250
Type: RecipientIdParameter
@@ -4296,8 +4315,8 @@ Accept wildcard characters: False
42964315
### -RuleSubType
42974316
The RuleSubType parameter specifies the rule type. Valid values are:
42984317

4299-
- Dlp: The rule is associated with a DLP policy.
4300-
- None: The rule is a regular rule that isn't associated with a DLP policy.
4318+
- Dlp: The rule is associated with a DLP policy. This value is meaningful only in on-premises Exchange.
4319+
- None: The rule is a regular transport rule. This is the default value.
43014320

43024321
```yaml
43034322
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
@@ -4306,8 +4308,8 @@ Accept wildcard characters: False
43064308
### -RuleSubType
43074309
The RuleSubType parameter specifies the rule type. Valid values are:
43084310

4309-
- Dlp: The rule is associated with a DLP policy.
4310-
- None: The rule is a regular rule that isn't associated with a DLP policy.
4311+
- Dlp: The rule is associated with a DLP policy. This value is meaningful only in on-premises Exchange.
4312+
- None: The rule is a regular transport rule. This is the default value.
43114313

43124314
```yaml
43134315
Type: RuleSubType

0 commit comments

Comments
 (0)