@@ -19,7 +19,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
1919## SYNTAX
2020
2121### Identity (Default)
22- ```
22+ ``` powershell
2323Set-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
305307Accept 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
309327Setting 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
436454Accept 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
440474Suppresses any confirmation prompts that would otherwise be displayed before making changes.
441475
0 commit comments