From de0415b6ed5a01612592974b6b16b307d91b23f4 Mon Sep 17 00:00:00 2001 From: Nick Robinson <45213023+nickjrobinson@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:46:47 -0700 Subject: [PATCH 1/3] Learn Editor: Update Remove-ComplianceSearch.md --- .../ExchangePowerShell/Remove-ComplianceSearch.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md index 7a30e23a06..6e30cd7611 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md +++ b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md @@ -50,10 +50,7 @@ This example removes the compliance search named Case 1234 The Identity parameter specifies the 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 use the Name value to uniquely identify the compliance search. You can find these values by running the command Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status From 0f35cec112aa40e119a0035efced5706a5e480e1 Mon Sep 17 00:00:00 2001 From: Nick Robinson <45213023+nickjrobinson@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:46:57 -0700 Subject: [PATCH 2/3] Learn Editor: Update Remove-ComplianceSearch.md From f4934a3903432e3e1cd30ddffef3ca7b674673c4 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 9 Apr 2026 12:46:49 -0700 Subject: [PATCH 3/3] Update Remove-ComplianceSearch.md --- .../ExchangePowerShell/Remove-ComplianceSearch.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md index 6e30cd7611..2add105cdd 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md +++ b/exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md @@ -48,11 +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 the Name value to uniquely identify the compliance search. - -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