From 4374b5bae8a4aeaa85f045b521c988f46fd1cf8f Mon Sep 17 00:00:00 2001 From: Aakash Malhotra <53205984+aamalhot@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:03:01 +0530 Subject: [PATCH 1/2] Update CancelScan description in documentation --- .../ExchangePowerShell/Set-SensitiveInformationScan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md b/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md index d6d4a90fc5..a1827d12c7 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md @@ -286,7 +286,7 @@ Accept wildcard characters: False > Applicable: Security & Compliance -{{ Fill CancelScan Description }} +This parameter is used to cancel an active scan in classification stage. ```yaml Type: Boolean From 58efbe27376c1d7e49f6364f114181371e4e1fec Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 23 Sep 2025 08:42:04 -0700 Subject: [PATCH 2/2] Update Set-SensitiveInformationScan.md --- .../ExchangePowerShell/Set-SensitiveInformationScan.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md b/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md index a1827d12c7..06efa15a0d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-SensitiveInformationScan.md @@ -286,7 +286,10 @@ Accept wildcard characters: False > Applicable: Security & Compliance -This parameter is used to cancel an active scan in classification stage. +The CancelScan parameter specifies whether to cancel an active scan in the classification stage. Valid values are: + +- $true: Cancel the active scan. +- $false: Don't cancel the active scan. This value is the default. ```yaml Type: Boolean