Skip to content

Commit 6ae7b44

Browse files
authored
Merge branch 'main' into patch-30
2 parents a7475f2 + e27f8ae commit 6ae7b44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,12 @@ Accept wildcard characters: False
680680
```
681681

682682
### -ContentIsNotLabeled
683-
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that are not labeled. In Exchange this condition is only matched if both the attachment and the message body are not labeled
683+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
684+
685+
- $true: Look for attachments or documents that aren't labeled.
686+
- $false: Don't look for unlabeled attachments or documents.
687+
688+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
684689

685690
```yaml
686691
Type: Boolean

0 commit comments

Comments
 (0)