Skip to content

Commit e1c6205

Browse files
Update Set-CsTeamsCallingPolicy.md
1 parent 4aa13d7 commit e1c6205

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
2121
### Identity (Default)
2222
```
2323
Set-CsTeamsCallingPolicy [-Identity] <string>
24+
[-AIInterpreter <string>]
2425
[-AllowCallForwardingToPhone <boolean>]
2526
[-AllowCallForwardingToUser <boolean>]
2627
[-AllowCallGroups <boolean>]
@@ -45,6 +46,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
4546
[-PopoutForIncomingPstnCalls <string>]
4647
[-PreventTollBypass <boolean>]
4748
[-SpamFilteringEnabledType <string>]
49+
[-VoiceSimulationInInterpretation <string>]
4850
[-WhatIf]
4951
[<CommonParameters>]
5052
```
@@ -73,6 +75,28 @@ Sets the value of the parameter LiveCaptionsEnabledTypeForCalling to Disabled in
7375

7476
## PARAMETERS
7577

78+
### -AIInterpreter
79+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
80+
81+
Enables the user to use the AI Interpreter related features
82+
83+
Possible Values:
84+
- Disabled
85+
- Enabled
86+
87+
```yaml
88+
Type: String
89+
Parameter Sets: (All)
90+
Aliases:
91+
Applicable: Microsoft Teams
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
76100
### -AllowCallForwardingToPhone
77101
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.
78102
@@ -506,6 +530,31 @@ Accept pipeline input: False
506530
Accept wildcard characters: False
507531
```
508532

533+
### -VoiceSimulationInInterpretation
534+
535+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
536+
537+
Enables the user to use the voice simulation feature while being AI interpreted.
538+
539+
Possible Values:
540+
- DisabledUserOverride
541+
- Disabled
542+
- Enabled
543+
- EnabledUserOverride
544+
545+
```yaml
546+
Type: String
547+
Parameter Sets: (All)
548+
Aliases:
549+
Applicable: Microsoft Teams
550+
551+
Required: False
552+
Position: Named
553+
Default value: None
554+
Accept pipeline input: False
555+
Accept wildcard characters: False
556+
```
557+
509558
### -Force
510559
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
511560

0 commit comments

Comments
 (0)