Skip to content

Commit c7989e9

Browse files
authored
Merge pull request #10854 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 5fb9fad + 7e925b7 commit c7989e9

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSecurityFilter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ This example returns detailed information about the compliance security filter n
5555
### -Action
5656
The Action parameter filters the results by the type of search action that a filter is applied to. Valid values are:
5757

58-
- All
59-
- Export
60-
- Preview
61-
- Purge
62-
- Search
58+
- Export: The filter is applied when exporting search results, or preparing them for analysis in eDiscovery Premium.
59+
- Preview: The filter is applied when previewing search results.
60+
- Purge: The filter is applied when purging search results. How the items are deleted is controlled by the PurgeType parameter value on the New-ComplianceSearchAction cmdlet. The default value is SoftDelete, which means the purged items are recoverable by users until the deleted items retention period expires.
61+
- Search: The filter is applied when running a search.
62+
- All: The filter is applied to all search actions.
6363

6464
```yaml
6565
Type: ComplianceSecurityFilterActionType

exchange/exchange-ps/exchange/New-ComplianceSecurityFilter.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ This example prevents the user from performing any compliance search actions on
7575
## PARAMETERS
7676

7777
### -Action
78-
The Action parameter specifies that type of search action that the filter is applied to. A valid value for this parameter is All, which means the filter is applied to all search actions.
78+
The Action parameter specifies that type of search action that the filter is applied to. Valid values are:
79+
80+
- Export: The filter is applied when exporting search results, or preparing them for analysis in eDiscovery Premium.
81+
- Preview: The filter is applied when previewing search results.
82+
- Purge: The filter is applied when purging search results. How the items are deleted is controlled by the PurgeType parameter value on the New-ComplianceSearchAction cmdlet. The default value is SoftDelete, which means the purged items are recoverable by users until the deleted items retention period expires.
83+
- Search: The filter is applied when running a search.
84+
- All: The filter is applied to all search actions.
7985

8086
```yaml
8187
Type: ComplianceSecurityFilterActionType

0 commit comments

Comments
 (0)