Skip to content

Commit 00e5b5f

Browse files
authored
Update Restore-RecoverableItems.md
1 parent 6bed329 commit 00e5b5f

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

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

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -312,22 +312,15 @@ 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-
**Destination folder path to restore items**
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:
316316
317-
This parameter is mandatory for archives and optional for primary mailboxes. A destination folder will be created if it does not exist.
318-
Valid paths are:
317+
- `/`
318+
- `/folder1`
319+
- `/folder1/folder2`
320+
- `folder1`
321+
- `folder1/folder2`
319322
```
320-
/
321-
322-
/folder1
323-
324-
/folder1/folder2
325-
326-
folder1
327-
328-
folder1/folder2
329-
```
330-
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`
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`.
331324

332325
```yaml
333326
Type: String
@@ -360,11 +353,13 @@ Accept wildcard characters: False
360353

361354
### -SourceFolder
362355
The SourceFolder parameter specifies where to search for deleted items in the mailbox. Valid values are:
356+
363357
- DeletedItems: The Deleted Items folder.
364358
- RecoverableItems: The Recoverable Items\Deletions folder. This folder contains items that have been deleted from the Deleted Items folder (soft-deleted items).
365359
- PurgedItems: The Recoverable Items\Purges folder. This folder contains items that have been purged from the Recoverable Items folder (hard-deleted items).
366360

367361
If you don't use this parameter, the command will search these three folders.
362+
368363
- 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.
369364

370365
```yaml

0 commit comments

Comments
 (0)