Skip to content

Commit 62e2c43

Browse files
authored
Update New-DlpComplianceRule.md
1 parent 6ae7b44 commit 62e2c43

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,12 @@ Accept wildcard characters: False
701701
```
702702

703703
### -ContentIsShared
704-
The ContentIsShared parameter specifies a condition for the DLP rule that looks for documents that are shared. It applies only to OneDrive for Business workload.
704+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
705+
706+
- $true: Look for attachments or documents that aren't labeled.
707+
- $false: Don't look for unlabeled attachments or documents.
708+
709+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
705710

706711
```yaml
707712
Type: Boolean
@@ -774,7 +779,10 @@ Accept wildcard characters: False
774779
```
775780

776781
### -DocumentCreatedBy
777-
The DocumentCreatedBy parameter specifies a condition for the DLP rule that looks for documents that are created by the specificed identity. This applies to Sharepoint and Onedrive workloads
782+
The DocumentCreatedBy parameter specifies a condition for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
783+
784+
This parameter applies to Sharepoint and Onedrive workloads.
785+
778786
```yaml
779787
Type: MultiValuedProperty
780788
Parameter Sets: (All)
@@ -789,7 +797,9 @@ Accept wildcard characters: False
789797
```
790798

791799
### -DocumentCreatedByMemberOf
792-
The DocumentCreatedByMemberOf parameter specifies a condition for the DLP rule that looks for documents that are created by someone who is a member of the specificed identity. This applies to Sharepoint and Onedrive workloads
800+
The DocumentCreatedByMemberOf parameter specifies a condition for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
801+
802+
This parameter applies to Sharepoint and Onedrive workloads.
793803

794804
```yaml
795805
Type: RecipientIdParameter[]
@@ -1186,7 +1196,12 @@ Accept wildcard characters: False
11861196
```
11871197

11881198
### -ExceptIfContentIsShared
1189-
This is the exception version of ContentIsShared
1199+
The ContentIsNotLabeled parameter specifies an exception for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
1200+
1201+
- $true: Look for attachments or documents that aren't labeled.
1202+
- $false: Don't look for unlabeled attachments or documents.
1203+
1204+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
11901205

11911206
```yaml
11921207
Type: Boolean
@@ -1240,7 +1255,9 @@ Accept wildcard characters: False
12401255
```
12411256

12421257
### -ExceptIfDocumentCreatedBy
1243-
This is the exception version of DocumentCreatedBy predicate
1258+
The DocumentCreatedBy parameter specifies an exception for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
1259+
1260+
This parameter applies to Sharepoint and Onedrive workloads.
12441261

12451262
```yaml
12461263
Type: MultiValuedProperty
@@ -1256,7 +1273,9 @@ Accept wildcard characters: False
12561273
```
12571274

12581275
### -ExceptIfDocumentCreatedByMemberOf
1259-
This is the exception version of DocumentCreatedByMemberOf
1276+
The DocumentCreatedByMemberOf parameter specifies an exception for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
1277+
1278+
This parameter applies to Sharepoint and Onedrive workloads.
12601279

12611280
```yaml
12621281
Type: RecipientIdParameter[]
@@ -3289,7 +3308,13 @@ Accept wildcard characters: False
32893308
```
32903309

32913310
### -SharedByIRMUserRisk
3292-
The SharedByIRMUserRisk paramter which can be used in a DLP rule is used to determine the risk category of the user performing the violating action.
3311+
The SharedByIRMUserRisk paramter specifies the risk category of the user performing the violating action. Valid values are:
3312+
3313+
- Elevated Risk Level
3314+
- Moderate Risk Level
3315+
- Minor Risk Level
3316+
3317+
You can specify multiple values separated by commas.
32933318

32943319
```yaml
32953320
Type: MultiValuedProperty

0 commit comments

Comments
 (0)