Skip to content

Commit ba2d68d

Browse files
authored
Merge pull request #13126 from aamalhot/patch-23
Update documentation for IncludeImpactAssessment and IncludeScanProgr…
2 parents 86aa10c + 42715e1 commit ba2d68d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Accept wildcard characters: False
7676
7777
> Applicable: Security & Compliance
7878
79-
The IncludeImpactAssessment parameter specifies whether to ???. Valid values are:
79+
The IncludeImpactAssessment parameter specifies whether to refresh the latest scan status during the estimation stage. Valid values are:
8080
81-
- $true: ???
82-
- $false: ???
81+
- $true: Get the latest estimation status.
82+
- $false: Return the last updated scan status.
8383
8484
```yaml
8585
Type: Boolean
@@ -97,10 +97,7 @@ Accept wildcard characters: False
9797
9898
> Applicable: Security & Compliance
9999
100-
The IncludeProgressForAllActiveScans parameter specifies whether to ???. Valid values are:
101-
102-
- $true: ???
103-
- $false: ???
100+
This parameter is reserved for internal Microsoft use.
104101
105102
```yaml
106103
Type: Boolean
@@ -118,10 +115,10 @@ Accept wildcard characters: False
118115
119116
> Applicable: Security & Compliance
120117
121-
The IncludeScanProgress parameter specifies whether to ???. Valid values are:
118+
The IncludeScanProgress parameter specifies whether to refresh the latest scan status during the classification phase. Valid values are:
122119
123-
- $true: ???
124-
- $false: ???
120+
- $true: Get the latest classification status.
121+
- $false: Return the last updated scan status.
125122
126123
```yaml
127124
Type: Boolean

0 commit comments

Comments
 (0)