Skip to content

Commit d5d1cac

Browse files
authored
Merge pull request #13121 from andersonurbano/patch-1
Enhance documentation for TestCases parameter with cmdlet execution details
2 parents b15516d + 732222b commit d5d1cac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ Accept wildcard characters: False
280280

281281
The TestCases parameter specifies the name of the test case to analyze. The available test cases and their required parameters are described in the following list:
282282

283-
- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required.
284-
- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required.
285-
- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter.
283+
- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. Runs Test-IRMConfiguration cmdlet as part of its checks.
284+
- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required. Runs Get-IRMConfiguration, Get-RMSTemplate, Get-TransportRule, and Get-JournalRule cmdlets as part of its checks.
285+
- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter. Runs Get-Label and Get-LabelPolicy cmdlets as part of its checks.
286286
- **MipLabels_LicenseAvailability**: Verifies whether the MIP Label feature is enabled. No other parameters required.
287287
- **DlpAlerts_CheckAlertsCreated**: Validates the DLP rule configuration for alerts created in last 5 days. Requires the DateTimeUTC parameter. The RuleName parameter is optional.
288288
- **DlpAlerts_FindAlertForActivity**: Identifies missing alerts for an activity. Requires the DateTimeUTC parameter. The IncidentId and RecordId parameters are optional.

0 commit comments

Comments
 (0)