Skip to content

Commit ed6aa58

Browse files
authored
Update Restore-RecoverableItems.md
made changes noting 1. RestoreTargetFolder is a required parameter for Archive. 2. By default, DiscoveryHolds are excluded from Restore.
1 parent 5c7c049 commit ed6aa58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Accept wildcard characters: False
310310
### -RestoreTargetFolder
311311
This parameter is available only in the cloud-based service.
312312
313-
The RestoreTargetFolder parameter specifies the top-level folder in which to restore data. If you don't specify this parameter, the command restores folders to the top of the folder structure in the target mailbox or archive. Content is merged under existing folders, and new folders are created if they don't already exist in the target folder structure.
313+
The RestoreTargetFolder parameter specifies the top-level folder in which to restore data. If you don't specify this parameter, the command restores folders to the top of the folder structure in the target mailbox or archive. This paramater is a required when restoring from archive. Content is merged under existing folders, and new folders are created if they don't already exist in the target folder structure.
314314
315315
```yaml
316316
Type: String
@@ -345,7 +345,7 @@ Accept wildcard characters: False
345345
The SourceFolder parameter specifies where to search for deleted items in the mailbox. Valid values are:
346346
347347
- DeletedItems: The Deleted Items folder.
348-
- 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.
348+
- 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.
349349
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
350350
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
351351

0 commit comments

Comments
 (0)