Skip to content

Commit d92e53e

Browse files
authored
update -SourceFolder section
have same wording as Get-RecoverableItems
1 parent 017add6 commit d92e53e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exchange/exchange-ps/exchange/Restore-RecoverableItems.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,12 @@ Accept wildcard characters: False
359359
360360
### -SourceFolder
361361
The SourceFolder parameter specifies where to search for deleted items in the mailbox. Valid values are:
362-
363362
- DeletedItems: The Deleted Items folder.
364-
- 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. By default, DiscoveryHolds are excluded from restore, so you must explicitly specify DiscoveryHoldsItems to successfully restore.
365363
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
366364
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
367365
368-
If you don't use this parameter, the command will search all of these folders.
366+
If you don't use this parameter, the command will search these three folders.
367+
- 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.
369368
370369
```yaml
371370
Type: RecoverableItemsFolderType

0 commit comments

Comments
 (0)