Skip to content

Commit 20257b1

Browse files
authored
Merge pull request MicrosoftDocs#11756 from MicrosoftDocs/chrisda
Update Set-CsTeamsCallingPolicy.md
2 parents b07f200 + 37fa475 commit 20257b1

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

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

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,32 @@ Use this cmdlet to update values in existing Teams Calling Policies.
2020

2121
### Identity (Default)
2222
```
23-
Set-CsTeamsCallingPolicy [-Identity] <string> [-AllowPrivateCalling <boolean>] [-AllowWebPSTNCalling <boolean>]
24-
[-AllowSIPDevicesCalling <boolean>] [-AllowVoicemail <string>] [-AllowCallGroups <boolean>] [-AllowDelegation <boolean>]
25-
[-AllowCallForwardingToUser <boolean>] [-AllowCallForwardingToPhone <boolean>] [-PreventTollBypass <boolean>]
26-
[-BusyOnBusyEnabledType <string>] [-MusicOnHoldEnabledType <string>] [-AllowCloudRecordingForCalls <boolean>]
27-
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
28-
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29-
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>]
30-
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
Set-CsTeamsCallingPolicy [-Identity] <string>
24+
[-AllowCallForwardingToPhone <boolean>]
25+
[-AllowCallForwardingToUser <boolean>]
26+
[-AllowCallGroups <boolean>]
27+
[-AllowCallRedirect <string>]
28+
[-AllowCloudRecordingForCalls <boolean>]
29+
[-AllowDelegation <boolean>]
30+
[-AllowPrivateCalling <boolean>]
31+
[-AllowSIPDevicesCalling <boolean>]
32+
[-AllowTranscriptionForCalling <boolean>]
33+
[-AllowVoicemail <string>]
34+
[-AllowWebPSTNCalling <boolean>]
35+
[-BusyOnBusyEnabledType <string>]
36+
[-CallRecordingExpirationDays <long>]
37+
[-Confirm]
38+
[-Force]
39+
[-InboundFederatedCallRoutingTreatment <string>]
40+
[-InboundPstnCallRoutingTreatment <string>]
41+
[-LiveCaptionsEnabledTypeForCalling <string>]
42+
[-MusicOnHoldEnabledType <string>]
43+
[-PopoutAppPathForIncomingPstnCalls <string>]
44+
[-PopoutForIncomingPstnCalls <string>]
45+
[-PreventTollBypass <boolean>]
46+
[-SpamFilteringEnabledType <string>]
47+
[-WhatIf]
48+
[<CommonParameters>]
3149
```
3250

3351
## DESCRIPTION
@@ -241,26 +259,6 @@ Accept pipeline input: False
241259
Accept wildcard characters: False
242260
```
243261
244-
### -AutoAnswerEnabledType
245-
Setting this parameter allows you to enable or disable auto-answer for incoming meeting invites on Teams Phones. This setting applies only to incoming meeting invites and does not include support for other call types.
246-
247-
Valid options are:
248-
- Enabled: Auto-answer is enabled.
249-
- Disabled: Auto-answer is disabled. This is the default setting.
250-
251-
```yaml
252-
Type: String
253-
Parameter Sets: (All)
254-
Aliases:
255-
Applicable: Microsoft Teams
256-
257-
Required: False
258-
Position: Named
259-
Default value: Disabled
260-
Accept pipeline input: False
261-
Accept wildcard characters: False
262-
```
263-
264262
### -BusyOnBusyEnabledType
265263
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.
266264

0 commit comments

Comments
 (0)