Skip to content

Commit 056ab1a

Browse files
committed
Merge branch 'master' into chrisda
2 parents 3249544 + c1a1cbb commit 056ab1a

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

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

2121
### Identity (Default)
2222
```
23-
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowWebPSTNCalling <Boolean>] [-SafeTransferEnabled <Object>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
24-
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
25-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
26-
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowWebPSTNCalling <Boolean>] [-SafeTransferEnabled <Object>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>] [-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-AllowCloudRecordingForCalls <Boolean>] [-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-AutoAnswerEnabledType <Enum>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2724
```
2825

2926
### Instance
3027
```
31-
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
32-
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
33-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
34-
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>] [-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-AllowCloudRecordingForCalls <Boolean>] [-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-AutoAnswerEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3529
```
3630

3731
## DESCRIPTION
@@ -145,7 +139,7 @@ Accept wildcard characters: False
145139
```
146140
147141
### -Instance
148-
Use this to pipe a specific calling policy to be set. You can only modify the global policy, so can only pass the global instance of the Calling Policy.
142+
Use this to pipe a specific calling policy to be set. You can only modify the global policy, so can only pass the global instance of the Calling Policy.
149143
150144
```yaml
151145
Type: PSObject
@@ -251,7 +245,7 @@ Accept wildcard characters: False
251245
```
252246
253247
### -AllowVoicemail
254-
Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride.
248+
Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride.
255249
256250
```yaml
257251
Type: String
@@ -264,7 +258,7 @@ Default value: None
264258
Accept pipeline input: False
265259
Accept wildcard characters: False
266260
```
267-
### -allowCloudRecordingForCalls
261+
### -AllowCloudRecordingForCalls
268262
Determines whether cloud recording is allowed in a user's 1:1 call. Set this to TRUE to allow the user to be able to record 1:1 calls. Set this to FALSE to prohibit the user from recording 1:1 calls.
269263
270264
```yaml
@@ -331,7 +325,7 @@ Possible values
331325
- Disabled
332326
- UserOverride
333327
334-
[!NOTE] This parameter is not available for use.
328+
**Note**: This parameter is not available for use.
335329
336330
```yaml
337331
Type: Object
@@ -345,6 +339,21 @@ Accept pipeline input: False
345339
Accept wildcard characters: False
346340
```
347341
342+
### -AutoAnswerEnabledType
343+
Setting this parameter allows you to enable or disable auto answer for incoming meeting invites. It is turned off by default. Valid options are Enabled and Disabled. This setting applies only to incoming meeting invites and does not include support for other call types.
344+
345+
```yaml
346+
Type: Enum
347+
Parameter Sets: (All)
348+
Aliases:
349+
350+
Required: False
351+
Position: Named
352+
Default value: Disabled
353+
Accept pipeline input: False
354+
Accept wildcard characters: False
355+
```
356+
348357
### CommonParameters
349358
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
350359
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)