Skip to content

Commit 240fd14

Browse files
authored
Merge pull request MicrosoftDocs#2734 from Lakshminarayand9/patch-2
Update Get-RecoverableItems to included Purgeditems parameter
2 parents 0a9f702 + 7c876f3 commit 240fd14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-RecoverableItems -Identity <GeneralMailboxOrMailUserIdParameter>
2424
[-FilterStartTime <DateTime>]
2525
[-LastParentFolderID <String>]
2626
[-ResultSize <Unlimited>]
27-
[-SourceFolder <DeletedItems | RecoverableItems>]
27+
[-SourceFolder <DeletedItems | RecoverableItems | PurgedItems>]
2828
[-SubjectContains <String>]
2929
[<CommonParameters>]
3030
```
@@ -195,7 +195,9 @@ The SourceFolder parameter specifies the folder in the mailbox to search for del
195195
196196
- RecoverableItems: Recoverable items that have been deleted from the Deleted Items folder.
197197
198-
If you don't use this parameter, the command will search both locations.
198+
- Purgeditems: If either Litigation Hold or single item recovery is enabled on the mailbox, this subfolder contains all items that are hard deleted. This folder isn't visible to end users.
199+
200+
If you don't use this parameter, the command will search all locations.
199201
200202
```yaml
201203
Type: DeletedItems | RecoverableItems

0 commit comments

Comments
 (0)