Skip to content

Commit 0345e54

Browse files
authored
Merge branch 'main' into chrisda
2 parents d74cabc + 12ada3e commit 0345e54

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
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.

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA).
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-EnableMainlineAttendant] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
23+
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-EnableMainlineAttendant] [-MainlineAttendantAgentVoiceId <String>] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -38,6 +38,7 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
3838
> 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.
3939
>
4040
> - -EnableMainLineAttendant
41+
> - -MainlineAttendantAgentVoiceId
4142
4243
**NOTES**:
4344

@@ -362,7 +363,6 @@ The EnableMainlineAttendant parameter enables Mainline Attendant features for th
362363
> [!NOTE]
363364
> 1. The Auto attendant must have a Resource account assigned
364365
> 1. `-LanguageId` options are limited when Mainline Attendant is enabled
365-
> 1. `-VoiceId` choices are limited when Mainline Attendant is enabled
366366
> 1. `-EnableVoiceResponse` will be enabled automatically
367367

368368
```yaml
@@ -377,6 +377,30 @@ Accept pipeline input: False
377377
Accept wildcard characters: False
378378
```
379379

380+
### -MainlineAttendantAgentVoiceId
381+
382+
> Applicable: Microsoft Teams
383+
384+
_Voice applications private preview customers only._
385+
386+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
387+
388+
The MainlineAttendantAgentVoiceId parameter sets the voice that will be used with Mainline Attendant.
389+
390+
PARAMVALUE: Alloy | Echo | Shimmer
391+
392+
```yaml
393+
Type: SwitchParameter
394+
Parameter Sets: (All)
395+
Aliases:
396+
397+
Required: False
398+
Position: Named
399+
Default value: None
400+
Accept pipeline input: False
401+
Accept wildcard characters: False
402+
```
403+
380404
### -EnableVoiceResponse
381405

382406
> Applicable: Microsoft Teams

0 commit comments

Comments
 (0)