Skip to content

Commit e0a7c47

Browse files
authored
Merge pull request MicrosoftDocs#2454 from markjjo/markjjo-working
added new HardDelete to PD for PurgeType
2 parents 9000f64 + 0f1285a commit e0a7c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-ComplianceSearchAction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,11 @@ Accept wildcard characters: False
459459
```
460460
461461
### -PurgeType
462-
The PurgeType parameter specifies how to remove items when the action is Purge.
462+
The PurgeType parameter specifies how to remove items when the action is Purge. Valid values are:
463463
464-
The valid value for this parameter is SoftDelete, which means the purged items are recoverable by users until the deleted items retention period expires.
464+
- SoftDelete: Purged items are recoverable by users until the deleted item retention period expires.
465465
466-
Note: To hard delete items, use the Search-Mailbox cmdlet with the DeleteContent switch. For more information, see Search for and delete messages (https://docs.microsoft.com/office365/SecurityCompliance/search-for-and-delete-messagesadmin-help).
466+
- HardDelete: Purged items are marked for permanent removal from the mailbox and will be permanently removed the next time the mailbox is processed by the Managed Folder Assistant. If single item recovery is enabled on the mailbox, purged items will be permanently removed after the deleted item retention period expires.
467467
468468
```yaml
469469
Type: ComplianceDestroyType

0 commit comments

Comments
 (0)