@@ -20,14 +20,37 @@ Use this cmdlet to create a new instance of a Teams Calling Policy.
20
20
21
21
### Identity (Default)
22
22
```
23
- New-CsTeamsCallingPolicy [-Identity] <string> [-Description <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>] [-EnableWebPstnMediaBypass <Boolean>]
30
- [-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23
+ New-CsTeamsCallingPolicy [-Identity] <string>
24
+ [-Description <string>]
25
+ [-AllowPrivateCalling <boolean>]
26
+ [-AllowWebPSTNCalling <boolean>]
27
+ [-AllowSIPDevicesCalling <boolean>]
28
+ [-AllowVoicemail <string>]
29
+ [-AllowCallGroups <boolean>]
30
+ [-AllowDelegation <boolean>]
31
+ [-AllowCallForwardingToUser <boolean>]
32
+ [-AllowCallForwardingToPhone <boolean>]
33
+ [-PreventTollBypass <boolean>]
34
+ [-BusyOnBusyEnabledType <string>]
35
+ [-MusicOnHoldEnabledType <string>]
36
+ [-AllowCloudRecordingForCalls <boolean>]
37
+ [-AllowTranscriptionForCalling <boolean>]
38
+ [-PopoutForIncomingPstnCalls <string>]
39
+ [-PopoutAppPathForIncomingPstnCalls <string>]
40
+ [-LiveCaptionsEnabledTypeForCalling <string>]
41
+ [-AutoAnswerEnabledType <string>]
42
+ [-SpamFilteringEnabledType <string>]
43
+ [-CallRecordingExpirationDays <long>]
44
+ [-AllowCallRedirect <string>]
45
+ [-EnableWebPstnMediaBypass <Boolean>]
46
+ [-InboundPstnCallRoutingTreatment <string>]
47
+ [-InboundFederatedCallRoutingTreatment <string>]
48
+ [-PayAsYouGoSpendingLimits <Boolean>]
49
+ [-PayAsYouGoSpendingUserLimit <long>]
50
+ [-Force]
51
+ [-WhatIf]
52
+ [-Confirm]
53
+ [<CommonParameters>]
31
54
```
32
55
33
56
## DESCRIPTION
@@ -500,6 +523,37 @@ Accept pipeline input: False
500
523
Accept wildcard characters: False
501
524
` ` `
502
525
526
+ # ## -PayAsYouGoSpendingLimits
527
+ Determines if spending limit is enabled for pay-as-you-go PSTN calls.
528
+
529
+ ` ` ` yaml
530
+ Type: Boolean
531
+ Parameter Sets: (All)
532
+ Aliases:
533
+ Applicable: Microsoft Teams
534
+
535
+ Required: False
536
+ Position: Named
537
+ Default value: None
538
+ Accept pipeline input: False
539
+ Accept wildcard characters: False
540
+ ` ` `
541
+
542
+ # ## -PayAsYouGoSpendingUserLimit
543
+ Determines the value of spending limit for a user making pay-as-you-go PSTN calls.
544
+ ` ` ` yaml
545
+ Type: Long
546
+ Parameter Sets: (All)
547
+ Aliases:
548
+ Applicable: Microsoft Teams
549
+
550
+ Required: False
551
+ Position: Named
552
+ Default value: None
553
+ Accept pipeline input: False
554
+ Accept wildcard characters: False
555
+ ` ` `
556
+
503
557
# ## -Force
504
558
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
505
559
0 commit comments