Skip to content

Commit 017add6

Browse files
authored
new info for RestoreTargetFolder
1 parent ed6aa58 commit 017add6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,23 @@ 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. 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.
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.
314+
315+
##### Destination folder path to restore items
316+
This parameter is mandatory for archives and optional for primary mailboxes. Destination folder will be created if it does not exist.
317+
Valid paths are:
318+
```
319+
/
320+
321+
/folder1
322+
323+
/folder1/folder2
324+
325+
folder1
326+
327+
folder1/folder2
328+
```
329+
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`
314330

315331
```yaml
316332
Type: String

0 commit comments

Comments
 (0)