Skip to content

Commit c43ed03

Browse files
Update Set-CsTeamsCallingPolicy.md
adding missing parameters
1 parent 499a942 commit c43ed03

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

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

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
1919
## SYNTAX
2020

2121
### Identity (Default)
22-
```
22+
```powershell
2323
Set-CsTeamsCallingPolicy [-Identity] <string>
2424
[-AIInterpreter <string>]
2525
[-AllowCallForwardingToPhone <boolean>]
@@ -33,12 +33,14 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
3333
[-AllowTranscriptionForCalling <boolean>]
3434
[-AllowVoicemail <string>]
3535
[-AllowWebPSTNCalling <boolean>]
36+
[-AutoAnswerEnabledType <String>]
3637
[-BusyOnBusyEnabledType <string>]
3738
[-CallRecordingExpirationDays <long>]
3839
[-CallingSpendUserLimit <long>]
3940
[-Confirm]
4041
[-Copilot <string>]
4142
[-EnableSpendLimits <boolean>]
43+
[-EnableWebPstnMediaBypass <Boolean>]
4244
[-Force]
4345
[-InboundFederatedCallRoutingTreatment <string>]
4446
[-InboundPstnCallRoutingTreatment <string>]
@@ -305,6 +307,22 @@ Accept pipeline input: False
305307
Accept wildcard characters: False
306308
```
307309
310+
### -AutoAnswerEnabledType
311+
312+
Allow admins to enable or disable Auto-answer settings for users.
313+
314+
```yaml
315+
Type: String
316+
Parameter Sets: (All)
317+
Aliases:
318+
319+
Required: False
320+
Position: Named
321+
Default value: None
322+
Accept pipeline input: False
323+
Accept wildcard characters: False
324+
```
325+
308326
### -BusyOnBusyEnabledType
309327
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold.
310328
@@ -436,6 +454,22 @@ Accept pipeline input: False
436454
Accept wildcard characters: False
437455
```
438456
457+
### -EnableWebPstnMediaBypass
458+
459+
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
460+
461+
```yaml
462+
Type: Boolean
463+
Parameter Sets: (All)
464+
Aliases:
465+
466+
Required: False
467+
Position: Named
468+
Default value: None
469+
Accept pipeline input: False
470+
Accept wildcard characters: False
471+
```
472+
439473
### -Force
440474
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
441475

0 commit comments

Comments
 (0)