Skip to content

Commit d721d8c

Browse files
authored
Merge pull request #10282 from JeremyTBradshaw/patch-1
Observed difference in behavior with -SourceFolder
2 parents 99ad392 + a08b34f commit d721d8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,12 @@ 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-
- DiscoveryHoldsItems: 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.
249248
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
250249
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
251250
252-
If you don't use this parameter, the command will search all of these folders.
251+
If you don't use this parameter, the command will search these three folders.
252+
253+
- DiscoveryHoldsItems: 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. To search for deleted items in this folder, use this parameter with the value DiscoveryHoldsItems.
253254
254255
```yaml
255256
Type: RecoverableItemsFolderType

0 commit comments

Comments
 (0)