Skip to content

Commit 714a310

Browse files
authored
Merge pull request #13505 from nickjrobinson/docs-editor/Remove-ComplianceSearch-1775760404
Update Remove-ComplianceSearch.md
2 parents d1af34a + f4934a3 commit 714a310

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,9 @@ This example removes the compliance search named Case 1234
4848

4949
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Security & Compliance
5050
51-
The Identity parameter specifies the compliance search that you want to remove.
51+
The Identity parameter specifies the name of compliance search that you want to remove.
5252

53-
You can use any value that uniquely identifies the compliance search. For example:
54-
55-
- Name
56-
- JobRunId (GUID)
57-
58-
You can find these values by running the command Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status
53+
You can find this value by running the command `Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status`.
5954

6055
```yaml
6156
Type: ComplianceSearchIdParameter

0 commit comments

Comments
 (0)