Skip to content

Commit 382c3ba

Browse files
authored
Update New-MailboxExportRequest.md
1 parent cd4f245 commit 382c3ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exchange/exchange-ps/exchange/New-MailboxExportRequest.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,9 @@ Accept wildcard characters: False
409409
```
410410

411411
### -ContentFilter
412-
The ContentFilter parameter uses OPATH filter syntax to filter the results by the specified properties and values. Only contents that match the ContentFilter parameter will be exported into the .pst file. The search criteria uses the syntax `"Property -ComparisonOperator 'Value'"`.
412+
**Important**: You can't use this parameter to export between two dates. If you try, you'll get system convert errors. You can export from a specific date, or export to a specific date, but not both.
413413

414-
> [!IMPORTANT]
415-
> It's impossible to export between 2 dates. You can only export from date A OR export until date B! Otherwise you'll run in system convert errors.
414+
The ContentFilter parameter uses OPATH filter syntax to filter the results by the specified properties and values. Only contents that match the ContentFilter parameter will be exported into the .pst file. The search criteria uses the syntax `"Property -ComparisonOperator 'Value'"`.
416415

417416
- Enclose the whole OPATH filter in double quotation marks " ". If the filter contains system values (for example, `$true`, `$false`, or `$null`), use single quotation marks ' ' instead. Although this parameter is a string (not a system block), you can also use braces { }, but only if the filter doesn't contain variables.
418417
- Property is a filterable property. For filterable properties, see [Filterable properties for the ContentFilter parameter](https://learn.microsoft.com/exchange/filterable-properties-for-the-contentfilter-parameter).

0 commit comments

Comments
 (0)