Skip to content

Commit 66e1ad4

Browse files
authored
Merge pull request #12752 from MicrosoftDocs/Export-chrisda
Export-chrisda to Main
2 parents 391de1a + 970847e commit 66e1ad4

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSearchAction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Accept wildcard characters: False
177177
```
178178
179179
### -Export
180+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
181+
180182
The Export switch filters the results by Export compliance search actions. You don't need to specify a value with this switch.
181183
182184
You can't use this switch with the Identity, Preview, or Purge parameters.
@@ -211,7 +213,7 @@ Accept wildcard characters: False
211213
```
212214
213215
### -Organization
214-
This parameter is available only in the cloud-based organization.
216+
This parameter is available only in the cloud-based service.
215217
216218
This parameter is reserved for internal Microsoft use.
217219

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

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ New-ComplianceSearchAction -SearchName "Project X" -Export
120120

121121
This example creates an export search action for the content search named Project X.
122122

123+
**Note**: After May 26, 2025, this example no longer works. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
124+
123125
### Example 3
124126
```powershell
125127
New-ComplianceSearchAction -SearchName "Remove Phishing Message" -Purge -PurgeType SoftDelete
@@ -134,6 +136,8 @@ New-ComplianceSearchAction -SearchName "Case 321 All Sites" -Export -SharePointA
134136

135137
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.
136138

139+
**Note**: After May 26, 2025, this example no longer works. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
140+
137141
## PARAMETERS
138142

139143
### -SearchName
@@ -212,6 +216,8 @@ Accept wildcard characters: False
212216
```
213217

214218
### -EnableDedupe
219+
This parameter is available only in the cloud-based service.
220+
215221
This parameter is reserved for internal Microsoft use.
216222

217223
```yaml
@@ -228,6 +234,9 @@ Accept wildcard characters: False
228234
```
229235

230236
### -ExchangeArchiveFormat
237+
238+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
239+
231240
This parameter is functional only in the cloud-based service.
232241

233242
This parameter requires the Export role in Security & Compliance PowerShell. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -257,6 +266,8 @@ Accept wildcard characters: False
257266
```
258267

259268
### -Export
269+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
270+
260271
This parameter is functional only in the cloud-based service.
261272

262273
This parameter requires the Export role in Security & Compliance PowerShell. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -279,6 +290,8 @@ Accept wildcard characters: False
279290
```
280291

281292
### -FileTypeExclusionsForUnindexedItems
293+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
294+
282295
The FileTypeExclusionsForUnindexedItems specifies the file types to exclude because they can't be indexed. You can specify multiple values separated by commas.
283296

284297
```yaml
@@ -351,6 +364,8 @@ Accept wildcard characters: False
351364
```
352365

353366
### -IncludeSharePointDocumentVersions
367+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
368+
354369
This parameter is available only in the cloud-based service.
355370

356371
The IncludeSharePointDocumentVersions parameter specifies whether to export previous versions of the document when you use the Export switch. Valid values are:
@@ -388,6 +403,8 @@ Accept wildcard characters: False
388403
```
389404

390405
### -NotifyEmail
406+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
407+
391408
In Security & Compliance PowerShell, this parameter requires the Export role. By default, this is assigned only to the eDiscovery Manager role group.
392409

393410
The NotifyEmail parameter specifies the email address target for the search results when you use the Export switch.
@@ -408,6 +425,8 @@ Accept wildcard characters: False
408425
```
409426

410427
### -NotifyEmailCC
428+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
429+
411430
In Security & Compliance PowerShell, this parameter requires the Export role. By default, this role is assigned only to the eDiscovery Manager role group.
412431

413432
The NotifyEmailCC parameter specifies the email address target for the search results when you use the Export switch.
@@ -525,6 +544,8 @@ Accept wildcard characters: False
525544
```
526545

527546
### -Report
547+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
548+
528549
This parameter is functional only in the cloud-based service.
529550

530551
The Report switch specifies the action for the content search is to export a report about the results (information about each item instead of the full set of results) that match the search criteria. You don't need to specify a value with this switch.
@@ -543,6 +564,8 @@ Accept wildcard characters: False
543564
```
544565

545566
### -RetentionReport
567+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
568+
546569
The RetentionReport switch specifies the action for the content search is to export a retention report. You don't need to specify a value with this switch.
547570

548571
```yaml
@@ -577,14 +600,14 @@ Accept wildcard characters: False
577600
### -Scenario
578601
In Security & Compliance PowerShell, this parameter requires the Preview role. By default, this role is assigned only to the eDiscovery Manager role group.
579602

580-
The Scenario parameter specifies the scenario type when you use the Export switch. Valid values are:
603+
The Scenario parameter specifies the scenario type. Valid values are:
581604

582605
- AnalyzeWithZoom: Prepare the search results for processing in Microsoft Purview eDiscovery Premium.
583606
- General: Exports the search results to the local computer. Emails are exported to .pst files. SharePoint and OneDrive for Business documents are exported in their native Office formats.
584-
- GenerateReportsOnly:
585-
- Inventory:
586-
- RetentionReports:
587-
- TriagePreview:
607+
- GenerateReportsOnly
608+
- Inventory
609+
- RetentionReports
610+
- TriagePreview
588611

589612
```yaml
590613
Type: ComplianceSearchActionScenario
@@ -600,6 +623,8 @@ Accept wildcard characters: False
600623
```
601624

602625
### -Scope
626+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
627+
603628
The Scope parameter specifies the items to include when the action is Export. Valid values are:
604629

605630
- IndexedItemsOnly
@@ -640,6 +665,8 @@ Accept wildcard characters: False
640665
```
641666

642667
### -SharePointArchiveFormat
668+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
669+
643670
This parameter is functional only in the cloud-based service.
644671

645672
This parameter requires the Export role. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -666,6 +693,10 @@ Accept wildcard characters: False
666693
```
667694

668695
### -ShareRootPath
696+
This parameter is available only in on-premises Exchange.
697+
698+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
699+
669700
{{ Fill ShareRootPath Description }}
670701

671702
```yaml

exchange/exchange-ps/exchange/Set-ComplianceSearchAction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.reviewer:
1212
# Set-ComplianceSearchAction
1313

1414
## SYNOPSIS
15+
> [!NOTE]
16+
> After May 26, 2025, this cmdlet is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
17+
1518
This cmdlet is functional only in on-premises Exchange.
1619

1720
Use the Set-ComplianceSearchAction cmdlet to change the export key on export compliance search actions in on-premises Exchange.

0 commit comments

Comments
 (0)