Skip to content

Commit cd4f245

Browse files
Content Filter Info added
It's impossible to export between a certain time range. Also see: https://techcommunity.microsoft.com/t5/exchange/get-mailboxexportrequest-doesn-t-accept-export-from-date-a-to/m-p/4069681
1 parent 690b528 commit cd4f245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ Accept wildcard characters: False
411411
### -ContentFilter
412412
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'"`.
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.
416+
414417
- 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.
415418
- 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).
416419
- ComparisonOperator is an OPATH comparison operator (for example `-eq` for equals and `-like` for string comparison). For more information about comparison operators, see [about_Comparison_Operators](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators).

0 commit comments

Comments
 (0)