You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Preview switch specifies the action for the content search is to preview the results that match the search criteria. You don't need to specify a value with this switch.
422
421
423
-
In the Security & Compliance Center, this parameter requires the Preivew role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
422
+
In the Security & Compliance Center, this parameter requires the Preview role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
The Purge switch specifies the action for the content search is to remove items that match the search criteria. You don't need to specify a value with this switch.
439
438
440
-
Note that a maximum of 10 items per mailbox can be removed at one time. Because the capability to search for and remove messages is intended to be an incident-response tool, this limit helps ensure that messages are quickly removed from mailboxes. This action isn't intended to clean up user mailboxes.
439
+
Notes:
441
440
442
-
Additionally, unindexed items aren't removed from mailboxes when you use this switch.
441
+
- A maximum of 10 items per mailbox can be removed at one time. Because the capability to search for and remove messages is intended to be an incident-response tool, this limit helps ensure that messages are quickly removed from mailboxes. This action isn't intended to clean up user mailboxes.
442
+
443
+
- Unindexed items aren't removed from mailboxes when you use this switch.
444
+
445
+
- The value of the PurgeType parameter controls how the items are removed.
443
446
444
447
```yaml
445
448
Type: SwitchParameter
@@ -458,6 +461,8 @@ The PurgeType parameter specifies how to remove items when the action is Purge.
458
461
459
462
The valid value for this parameter is SoftDelete, which means the purged items are recoverable by users until the deleted items retention period expires.
460
463
464
+
Note: To hard delete items, use the Search-Mailbox cmdlet with the DeleteContent switch. For more information, see Search for and delete messages (https://docs.microsoft.com/office365/SecurityCompliance/search-for-and-delete-messagesadmin-help).
In the Security & Compliance Center, this parameter requires the Preivew role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
560
+
In the Security & Compliance Center, this parameter requires the Preview role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
556
561
557
562
The Scenario parameter specifies the scenario type when you use the Export switch. Valid values are:
This parameter is available only in the cloud-based service.
627
632
628
-
The SearchNames parameter specifies the names of the existing content searches to associate with the content search action. You separate the content searche names by commas.
633
+
The SearchNames parameter specifies the names of the existing content searches to associate with the content search action. You separate the content search names by commas.
629
634
630
635
You can find content search names by running the command Get-ComplianceSearch | Format-Table -Auto Name,Status.
0 commit comments