Skip to content

Commit a4ed97e

Browse files
authored
Update New-CsTeamsCallingPolicy.md
Add new properties for Pay-As-You-Go Calling Spend Limits feature
1 parent 960fe4a commit a4ed97e

File tree

1 file changed

+62
-8
lines changed

1 file changed

+62
-8
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 62 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,37 @@ Use this cmdlet to create a new instance of a Teams Calling Policy.
2020

2121
### Identity (Default)
2222
```
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>]
3154
```
3255

3356
## DESCRIPTION
@@ -500,6 +523,37 @@ Accept pipeline input: False
500523
Accept wildcard characters: False
501524
```
502525

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+
503557
### -Force
504558
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
505559

0 commit comments

Comments
 (0)