From d8420bead9a79a18a1ac62328adaa814fc5274a9 Mon Sep 17 00:00:00 2001 From: Aakash Malhotra <53205984+aamalhot@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:00:26 +0530 Subject: [PATCH 1/2] Update documentation for IncludeImpactAssessment and IncludeScanProgress parameters --- .../Get-SensitiveInformationScan.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md index 1ba5f65ae0..00b307c4a0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md @@ -76,10 +76,10 @@ Accept wildcard characters: False > Applicable: Security & Compliance -The IncludeImpactAssessment parameter specifies whether to ???. Valid values are: +The IncludeImpactAssessment parameter specifies whether to refresh latest scan status during estimation stage. Valid values are: -- $true: ??? -- $false: ??? +- $true: Get latest estimation status +- $false: Returns last updated scan status ```yaml Type: Boolean @@ -97,10 +97,7 @@ Accept wildcard characters: False > Applicable: Security & Compliance -The IncludeProgressForAllActiveScans parameter specifies whether to ???. Valid values are: - -- $true: ??? -- $false: ??? +This parameter is reserved for internal Microsoft use. ```yaml Type: Boolean @@ -118,10 +115,10 @@ Accept wildcard characters: False > Applicable: Security & Compliance -The IncludeScanProgress parameter specifies whether to ???. Valid values are: +The IncludeScanProgress parameter specifies whether to refresh latest scan status during classification phase. Valid values are: -- $true: ??? -- $false: ??? +- $true: Get latest classification status +- $false: Returns last updated scan status ```yaml Type: Boolean From 42715e1adaaf0c57c1ff41d6cee613f88e4f8585 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 23 Sep 2025 08:44:39 -0700 Subject: [PATCH 2/2] Fix grammar and punctuation in documentation --- .../Get-SensitiveInformationScan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md index 00b307c4a0..cc7a11a21e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md @@ -76,10 +76,10 @@ Accept wildcard characters: False > Applicable: Security & Compliance -The IncludeImpactAssessment parameter specifies whether to refresh latest scan status during estimation stage. Valid values are: +The IncludeImpactAssessment parameter specifies whether to refresh the latest scan status during the estimation stage. Valid values are: -- $true: Get latest estimation status -- $false: Returns last updated scan status +- $true: Get the latest estimation status. +- $false: Return the last updated scan status. ```yaml Type: Boolean @@ -115,10 +115,10 @@ Accept wildcard characters: False > Applicable: Security & Compliance -The IncludeScanProgress parameter specifies whether to refresh latest scan status during classification phase. Valid values are: +The IncludeScanProgress parameter specifies whether to refresh the latest scan status during the classification phase. Valid values are: -- $true: Get latest classification status -- $false: Returns last updated scan status +- $true: Get the latest classification status. +- $false: Return the last updated scan status. ```yaml Type: Boolean