Skip to content

Commit d74d58d

Browse files
Observed difference in behavior with -SourceFolder
When this parameter isn't specified, the only Source Folders that are searched and results returned for are Deleted Items, Deletions, and Purges. To get results from DiscoveryHolds, you have to supply -SourceFolder DiscoveryHoldsItems. Tested, confirmed.
1 parent 06eaa23 commit d74d58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The SourceFolder parameter specifies where to search for deleted items in the ma
249249
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
250250
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
251251
252-
If you don't use this parameter, the command will search all of these folders.
252+
If you don't use this parameter, the command will search all of these folders with the exception of DiscoveryHoldsItems, which will only be searched if manually specified using this parameter.
253253
254254
```yaml
255255
Type: RecoverableItemsFolderType

0 commit comments

Comments
 (0)