You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
282
282
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.
286
286
- **MipLabels_LicenseAvailability**: Verifies whether the MIP Label feature is enabled. No other parameters required.
287
287
- **DlpAlerts_CheckAlertsCreated**: Validates the DLP rule configuration for alerts created in last 5 days. Requires the DateTimeUTC parameter. The RuleName parameter is optional.
288
288
- **DlpAlerts_FindAlertForActivity**: Identifies missing alerts for an activity. Requires the DateTimeUTC parameter. The IncidentId and RecordId parameters are optional.
@@ -38,6 +38,7 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
38
38
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
39
39
>
40
40
> - -EnableMainLineAttendant
41
+
> - -MainlineAttendantAgentVoiceId
41
42
42
43
**NOTES**:
43
44
@@ -362,7 +363,6 @@ The EnableMainlineAttendant parameter enables Mainline Attendant features for th
362
363
> [!NOTE]
363
364
> 1. The Auto attendant must have a Resource account assigned
364
365
> 1. `-LanguageId` options are limited when Mainline Attendant is enabled
365
-
> 1. `-VoiceId` choices are limited when Mainline Attendant is enabled
366
366
> 1. `-EnableVoiceResponse` will be enabled automatically
0 commit comments