Skip to content

Commit e8c2760

Browse files
committed
Clarify FilterStartTime and FilterEndTime
Per Issue #6720
1 parent 5335a73 commit e8c2760

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
```
143143
144144
### -FilterEndTime
145-
The FilterEndTime specifies the end date/time of the date range.
145+
The FilterEndTime specifies the end date/time of the date range. This parameter uses the LastModifiedTime value of the item.
146146
147147
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
148148
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
```
187187
188188
### -FilterStartTime
189-
The FilterStartTime specifies the start date/time of the date range.
189+
The FilterStartTime specifies the start date/time of the date range. This parameter uses the LastModifiedTime value of the item.
190190
191191
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
192192

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,9 @@ Restore-RecoverableItems -Identity laura@contoso.com -FilterItemType IPM.Note -S
6767
After using the Get-RecoverableItems cmdlet to verify the existence of the item, this example restores the specified deleted item from the specified mailbox:
6868

6969
- Mailbox: laura@contoso.com
70-
7170
- Item type: Email message
72-
7371
- Message subject: FY18 Accounting
74-
7572
- Location: Recoverable Items\Deletions
76-
7773
- Date range: 2/1/2018 to 2/5/2018
7874

7975
### Example 2
@@ -103,15 +99,10 @@ Restore-RecoverableItems -Identity "malik@contoso.com","lillian@contoso.com" -Fi
10399
In Exchange Online, after using the Get-RecoverableItems cmdlet to verify the existence of the item, this example restores the specified deleted items in the specified mailboxes:
104100

105101
- Mailboxes: malik@contoso.com, lillian@contoso.com
106-
107102
- Item type: Email message
108-
109103
- Message subject: COGS FY17 Review
110-
111104
- Location: Recoverable Items\Deletions
112-
113105
- Date range: 3/15/2019 to 3/25/2019
114-
115106
- Number of mailboxes processed simultaneously: 2
116107

117108
### Example 4
@@ -193,7 +184,7 @@ Accept wildcard characters: False
193184
```
194185
195186
### -FilterEndTime
196-
The FilterEndTime specifies the end date/time of the date range.
187+
The FilterEndTime specifies the end date/time of the date range. This parameter uses the LastModifiedTime value of the item.
197188
198189
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
199190
@@ -237,7 +228,7 @@ Accept wildcard characters: False
237228
```
238229
239230
### -FilterStartTime
240-
The FilterStartTime specifies the start date/time of the date range.
231+
The FilterStartTime specifies the start date/time of the date range. This parameter uses the LastModifiedTime value of the item.
241232
242233
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
243234

0 commit comments

Comments
 (0)