Skip to content

Commit 53d93b8

Browse files
Add DiscoveryHolds value and its description for 'SourceFolder' parameter
1. Add to 'SourceFolder' parameter valid values description: - DiscoveryHolds: The Recoverable Items\DiscoveryHolds folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items) and are protected by a hold. 2. Add 'DiscoveryHolds' to accepted values list: Accepted values: DeletedItems | DiscoveryHolds | RecoverableItems | PurgedItems
1 parent 4c62618 commit 53d93b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange/exchange-ps/exchange/Get-RecoverableItems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Accept wildcard characters: False
245245
The SourceFolder parameter specifies where to search for deleted items in the mailbox. Valid values are:
246246
247247
- DeletedItems: The Deleted Items folder.
248+
- DiscoveryHolds: The Recoverable Items\DiscoveryHolds folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items) and are protected by a hold.
248249
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
249250
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
250251
@@ -254,7 +255,7 @@ If you don't use this parameter, the command will search all of these folders.
254255
Type: RecoverableItemsFolderType
255256
Parameter Sets: (All)
256257
Aliases:
257-
Accepted values: DeletedItems | RecoverableItems | PurgedItems
258+
Accepted values: DeletedItems | DiscoveryHolds | RecoverableItems | PurgedItems
258259
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
259260

260261
Required: False

0 commit comments

Comments
 (0)