Skip to content

Commit 8cd22b7

Browse files
authored
Merge pull request #8450 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 82b0a4d + 2dc38e0 commit 8cd22b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,11 @@ New-ComplianceSearchAction -SearchName "Remove Phishing Message" -Purge -PurgeTy
128128
This example deletes the search results returned by a content search named Remove Phishing Message. Note that unindexed items aren't deleted when you use the Purge parameter.
129129

130130
### Example 4
131-
132-
```
133-
New-ComplianceSearchAction -SearchName "Case 321 All Sites" -Export -SharePointArchiveFormat SingleZip
131+
```powershell
132+
New-ComplianceSearchAction -SearchName "Case 321 All Sites" -Export -SharePointArchiveFormat SingleZip -ExchangeArchiveFormat PerUserPst
134133
```
135134

136-
This example exports the results returned by the content search named "Case 321 All Sites". The search results are compressed and exported to a single ZIP file. If the search included any Exchange locations, the search results are exported as one PST file per mailbox (the default value of the ExchangeArchiveFormat parameter).
135+
This example exports the results returned by the content search named "Case 321 All Sites". The search results are compressed and exported to a single ZIP file. If the search included any Exchange locations, the search results are exported as one PST file per mailbox.
137136

138137
## PARAMETERS
139138

0 commit comments

Comments
 (0)