Skip to content

Commit 4aa13d7

Browse files
Update New-CsTeamsCallingPolicy.md
1 parent cc5317e commit 4aa13d7

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
2727
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
2828
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
2929
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-Copilot <string>] [-EnableWebPstnMediaBypass <Boolean>]
30-
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-AIInterpreter <string>]
31+
[-VoiceSimulationInInterpretation <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3132
```
3233

3334
## DESCRIPTION
@@ -45,6 +46,28 @@ values in the Global policy instance.
4546

4647
## PARAMETERS
4748

49+
### -AIInterpreter
50+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
51+
52+
Enables the user to use the AI Interpreter related features
53+
54+
Possible Values:
55+
- Disabled
56+
- Enabled
57+
58+
```yaml
59+
Type: String
60+
Parameter Sets: (All)
61+
Aliases:
62+
Applicable: Microsoft Teams
63+
64+
Required: False
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
4871
### -AllowCallForwardingToPhone
4972
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.
5073
@@ -521,6 +544,31 @@ Accept pipeline input: False
521544
Accept wildcard characters: False
522545
```
523546

547+
### -VoiceSimulationInInterpretation
548+
549+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
550+
551+
Enables the user to use the voice simulation feature while being AI interpreted.
552+
553+
Possible Values:
554+
- DisabledUserOverride
555+
- Disabled
556+
- Enabled
557+
- EnabledUserOverride
558+
559+
```yaml
560+
Type: String
561+
Parameter Sets: (All)
562+
Aliases:
563+
Applicable: Microsoft Teams
564+
565+
Required: False
566+
Position: Named
567+
Default value: None
568+
Accept pipeline input: False
569+
Accept wildcard characters: False
570+
```
571+
524572
### -Force
525573
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
526574

0 commit comments

Comments
 (0)