Skip to content

Commit 4b29a00

Browse files
committed
Added changes to [ExceptIf]DocumentIsPasswordProtected
In New/Set-DlpComplianceRule
1 parent 149407a commit 4b29a00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 PDF, Office documents, .7z 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 works for PDF files, Office documents, and .7z and .zip files only. 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 PDF, Office documents, .7z 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 works for PDF files, Office documents, and .7z and .zip files only. Valid values are:
11791179

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

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Accept wildcard characters: False
687687
```
688688

689689
### -DocumentIsPasswordProtected
690-
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:
690+
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 works for PDF files, Office documents, and .7z and .zip files only. Valid values are:
691691

692692
- $true: Look for password protected files.
693693
- $false: Don't look for password protected files.
@@ -1107,7 +1107,7 @@ Accept wildcard characters: False
11071107
```
11081108

11091109
### -ExceptIfDocumentIsPasswordProtected
1110-
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:
1110+
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 works for PDF files, Office documents, and .7z and .zip files only. Valid values are:
11111111

11121112
- $true: Look for password protected files.
11131113
- $false: Don't look for password protected files.

0 commit comments

Comments
 (0)