From f5e4c7d504cae6200e00ebadc34539699b197f41 Mon Sep 17 00:00:00 2001 From: Anderson Urbano <109547140+andersonurbano@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:46:42 -0300 Subject: [PATCH 1/2] Enhance documentation for TestCases parameter Added inner cmdlet execution details for test cases that need to. --- .../exchange-ps/ExchangePowerShell/Check-PurviewConfig.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md b/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md index 774e3fdbc4..de27e5c001 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md @@ -280,9 +280,9 @@ Accept wildcard characters: False 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: -- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. -- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required. -- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter. +- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. Will execute Test-IRMConfiguration cmdlet as part of its checks. +- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required. Will execute Get-IRMConfiguration, Get-RMSTemplate, Get-TransportRule and Get-JournalRule cmdlets as part of its checks. +- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter. Will execute Get-Label and Get-LabelPolicy cmdlets as part of its checks. - **MipLabels_LicenseAvailability**: Verifies whether the MIP Label feature is enabled. No other parameters required. - **DlpAlerts_CheckAlertsCreated**: Validates the DLP rule configuration for alerts created in last 5 days. Requires the DateTimeUTC parameter. The RuleName parameter is optional. - **DlpAlerts_FindAlertForActivity**: Identifies missing alerts for an activity. Requires the DateTimeUTC parameter. The IncidentId and RecordId parameters are optional. From 732222ba608d35e48c56e5260aaf5e73d7a30b76 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Sun, 21 Sep 2025 18:50:57 -0700 Subject: [PATCH 2/2] Update Check-PurviewConfig.md --- .../exchange-ps/ExchangePowerShell/Check-PurviewConfig.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md b/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md index de27e5c001..08305afe57 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md @@ -280,9 +280,9 @@ Accept wildcard characters: False 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: -- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. Will execute Test-IRMConfiguration cmdlet as part of its checks. -- **Encryption_LicenseAvailability**: Checks email encryption configurations. No other parameters are required. Will execute Get-IRMConfiguration, Get-RMSTemplate, Get-TransportRule and Get-JournalRule cmdlets as part of its checks. -- **MipLabels_EnabledEntities_ScopedLabels**: Shows the labels and label settings that apply to a user. Requires the UserPrincipalName parameter. Will execute Get-Label and Get-LabelPolicy cmdlets as part of its checks. +- **Encryption_EvaluationDetails**: Validates email encryption evaluation details. No other parameters are required. Runs Test-IRMConfiguration cmdlet as part of its checks. +- **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. +- **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. - **MipLabels_LicenseAvailability**: Verifies whether the MIP Label feature is enabled. No other parameters required. - **DlpAlerts_CheckAlertsCreated**: Validates the DLP rule configuration for alerts created in last 5 days. Requires the DateTimeUTC parameter. The RuleName parameter is optional. - **DlpAlerts_FindAlertForActivity**: Identifies missing alerts for an activity. Requires the DateTimeUTC parameter. The IncidentId and RecordId parameters are optional.