Skip to content

Commit 6ede08d

Browse files
Update Restore-RecoverableItems to include PurgedItems switch
Update Restore-RecoverableItems to include PurgedItems switch with SourceFolder
1 parent 212d85c commit 6ede08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Restore-RecoverableItems -Identity <GeneralMailboxOrMailUserIdParameter> [-EntryID <String>] [-FilterEndTime <DateTime>] [-FilterItemType <String>] [-FilterStartTime <DateTime>] [-LastParentFolderID <String>] [-ResultSize <Unlimited>] [-SourceFolder <DeletedItems | RecoverableItems>] [-SubjectContains <String>] [<CommonParameters>]
21+
Restore-RecoverableItems -Identity <GeneralMailboxOrMailUserIdParameter> [-EntryID <String>] [-FilterEndTime <DateTime>] [-FilterItemType <String>] [-FilterStartTime <DateTime>] [-LastParentFolderID <String>] [-ResultSize <Unlimited>] [-SourceFolder <DeletedItems | RecoverableItems | Purgeditems>] [-SubjectContains <String>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -218,6 +218,8 @@ The SourceFolder parameter specifies the folder in the mailbox to search for del
218218
219219
- RecoverableItems: Recoverable items that have been deleted from the Deleted Items folder.
220220
221+
-Purgeditems: If either Litigation Hold or single item recovery is enabled, this Folder contains all items that are hard deleted. This folder isn't visible to end users
222+
221223
If you don't use this parameter, the command will search both locations.
222224
223225
```yaml

0 commit comments

Comments
 (0)