Skip to content

Commit dfe59a5

Browse files
authored
Merge pull request MicrosoftDocs#6129 from MicrosoftDocs/markjjo-patch-1
Update Get-RecoverableItems.md
2 parents 6e53f71 + 3daafec commit dfe59a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5858

5959
### Example 1
6060
```powershell
61-
Get-RecoverableItems -Identity [email protected] -Subject -SubjectContains "FY17 Accounting" -FilterItemType IPM.Note -FilterStartTime "2/1/2018 12:00:00 AM" -FilterEndTime "2/5/2018 11:59:59 PM"
61+
Get-RecoverableItems -Identity [email protected] -SubjectContains "FY17 Accounting" -FilterItemType IPM.Note -FilterStartTime "2/1/2018 12:00:00 AM" -FilterEndTime "2/5/2018 11:59:59 PM"
6262
```
6363

6464
This example returns all of the available recoverable deleted messages with the specified subject in the mailbox [email protected] for the specified date/time range.

0 commit comments

Comments
 (0)