diff --git a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md index 7a30e23a06..2add105cdd 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md +++ b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md @@ -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