Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ This example removes the compliance search named Case 1234

> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Security & Compliance

The Identity parameter specifies the compliance search that you want to remove.
The Identity parameter specifies the name of compliance search that you want to remove.

You can use any value that uniquely identifies the compliance search. For example:

- Name
- JobRunId (GUID)

You can find these values by running the command Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status
You can find this value by running the command `Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status`.

```yaml
Type: ComplianceSearchIdParameter
Expand Down
Loading