Skip to content

Commit ed8a938

Browse files
authored
Merge pull request #10285 from MicrosoftDocs/chrisda
Update Restore-RecoverableItems.md
2 parents 06eaa23 + 0babee1 commit ed8a938

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Restore-RecoverableItems -Identity <GeneralMailboxOrMailUserIdParameter[]>
4646
[-LastParentFolderID <String>]
4747
[-MaxParallelSize <Int32>]
4848
[-NoOutput]
49+
[-PolicyTag <String[]>]
50+
[-RestoreTargetFolder <String>]
4951
[-ResultSize <Unlimited>]
5052
[-SourceFolder <RecoverableItemsFolderType>]
5153
[-SubjectContains <String>]
@@ -287,6 +289,42 @@ Accept pipeline input: False
287289
Accept wildcard characters: False
288290
```
289291
292+
### -PolicyTag
293+
This parameter is available only in the cloud-based service.
294+
295+
{{ Fill PolicyTag Description }}
296+
297+
```yaml
298+
Type: String[]
299+
Parameter Sets: Default
300+
Aliases:
301+
Applicable: Exchange Online
302+
303+
Required: False
304+
Position: Named
305+
Default value: None
306+
Accept pipeline input: False
307+
Accept wildcard characters: False
308+
```
309+
310+
### -RestoreTargetFolder
311+
This parameter is available only in the cloud-based service.
312+
313+
{{ Fill RestoreTargetFolder Description }}
314+
315+
```yaml
316+
Type: String
317+
Parameter Sets: Default
318+
Aliases:
319+
Applicable: Exchange Online
320+
321+
Required: False
322+
Position: Named
323+
Default value: None
324+
Accept pipeline input: False
325+
Accept wildcard characters: False
326+
```
327+
290328
### -ResultSize
291329
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
292330

0 commit comments

Comments
 (0)