Skip to content

Commit 64ee7c8

Browse files
authored
Merge pull request #11640 from IrgendwasMitSchnittlauch/patch-3
Content Filter Info added
2 parents 690b528 + 382c3ba commit 64ee7c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

411411
### -ContentFilter
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.
413+
412414
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'"`.
413415

414416
- 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.

0 commit comments

Comments
 (0)