Skip to content

Commit 1586cdf

Browse files
authored
Merge pull request #10403 from mchiro/mchiro-Restore-RecoverableItems-patch-1
Update to Restore RecoverableItems
2 parents a7d6cc4 + 00e5b5f commit 1586cdf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@ This parameter is available only in the cloud-based service.
312312
313313
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.
314314
315+
This parameter is required for archives and optional for primary mailboxes. A destination folder will be created if it does not exist. Valid paths are:
316+
317+
- `/`
318+
- `/folder1`
319+
- `/folder1/folder2`
320+
- `folder1`
321+
- `folder1/folder2`
322+
```
323+
The preceding or trailing `/` will be ignored. Then, it will be treated as the relative path of the IPM sub-tree: `/Top Of Information Store`.
324+
315325
```yaml
316326
Type: String
317327
Parameter Sets: Default
@@ -345,11 +355,12 @@ Accept wildcard characters: False
345355
The SourceFolder parameter specifies where to search for deleted items in the mailbox. Valid values are:
346356

347357
- 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.
349358
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
350359
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
351360

352-
If you don't use this parameter, the command will search all of these folders.
361+
If you don't use this parameter, the command will search these three folders.
362+
363+
- 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.
353364

354365
```yaml
355366
Type: RecoverableItemsFolderType

0 commit comments

Comments
 (0)