Skip to content

Commit d8420be

Browse files
authored
Update documentation for IncludeImpactAssessment and IncludeScanProgress parameters
1 parent d506f0f commit d8420be

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 latest scan status during estimation stage. Valid values are:
8080
81-
- $true: ???
82-
- $false: ???
81+
- $true: Get latest estimation status
82+
- $false: Returns 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 latest scan status during classification phase. Valid values are:
122119
123-
- $true: ???
124-
- $false: ???
120+
- $true: Get latest classification status
121+
- $false: Returns last updated scan status
125122
126123
```yaml
127124
Type: Boolean

0 commit comments

Comments
 (0)