Skip to content

Commit 149407a

Browse files
authored
Update New-DlpComplianceRule.md
1 parent 7377d32 commit 149407a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ Accept wildcard characters: False
755755
```
756756

757757
### -DocumentIsPasswordProtected
758-
The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule that looks for password protected files (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
758+
The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule that looks for password protected files (because the contents of the file can't be inspected). Password detection only works for PDF, Office documents, .7z and .zip files. Valid values are:
759759

760760
- $true: Look for password protected files.
761761
- $false: Don't look for password protected files.
@@ -1175,7 +1175,7 @@ Accept wildcard characters: False
11751175
```
11761176

11771177
### -ExceptIfDocumentIsPasswordProtected
1178-
The ExceptIfDocumentIsPasswordProtected parameter specifies an exception for the DLP rule that looks for password protected files (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
1178+
The ExceptIfDocumentIsPasswordProtected parameter specifies an exception for the DLP rule that looks for password protected files (because the contents of the file can't be inspected). Password detection only works for PDF, Office documents, .7z and .zip files. Valid values are:
11791179

11801180
- $true: Look for password protected files.
11811181
- $false: Don't look for password protected files.

0 commit comments

Comments
 (0)