Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/New-DlpComplianceRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ Accept wildcard characters: False
```

### -DocumentIsPasswordProtected
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:
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:

- $true: Look for password protected files.
- $false: Don't look for password protected files.
Expand Down Expand Up @@ -1175,7 +1175,7 @@ Accept wildcard characters: False
```

### -ExceptIfDocumentIsPasswordProtected
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:
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:

- $true: Look for password protected files.
- $false: Don't look for password protected files.
Expand Down
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/Set-DlpComplianceRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Accept wildcard characters: False
```

### -DocumentIsPasswordProtected
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:
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:

- $true: Look for password protected files.
- $false: Don't look for password protected files.
Expand Down Expand Up @@ -1107,7 +1107,7 @@ Accept wildcard characters: False
```

### -ExceptIfDocumentIsPasswordProtected
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:
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:

- $true: Look for password protected files.
- $false: Don't look for password protected files.
Expand Down