Skip to content

Commit cc85be0

Browse files
Update New-CsTeamsCallingPolicy.md
1 parent 4e51de1 commit cc85be0

File tree

1 file changed

+70
-9
lines changed

1 file changed

+70
-9
lines changed

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

Lines changed: 70 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,40 @@ 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>] [-Copilot <string>] [-EnableWebPstnMediaBypass <Boolean>]
30-
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-AIInterpreter <string>]
31-
[-VoiceSimulationInInterpretation <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+
[-Copilot <string>]
46+
[-EnableWebPstnMediaBypass <Boolean>]
47+
[-InboundPstnCallRoutingTreatment <string>]
48+
[-InboundFederatedCallRoutingTreatment <string>]
49+
[-AIInterpreter <string>]
50+
[-VoiceSimulationInInterpretation <string>]
51+
[-EnableSpendLimits <boolean>]
52+
[-CallingSpendUserLimit <long>]
53+
[-Force]
54+
[-WhatIf]
55+
[-Confirm]
56+
[<CommonParameters>]
3257
```
3358

3459
## DESCRIPTION
@@ -568,6 +593,42 @@ Accept pipeline input: False
568593
Accept wildcard characters: False
569594
```
570595

596+
### -EnableSpendLimits
597+
This setting allows an admin to enable or disable spend limits on PSTN calls for their user base.
598+
599+
Possible values:
600+
- True
601+
- False
602+
603+
```yaml
604+
Type: Boolean
605+
Parameter Sets: (All)
606+
Aliases:
607+
Applicable: Microsoft Teams
608+
Required: False
609+
Position: Named
610+
Default value: None
611+
Accept pipeline input: False
612+
Accept wildcard characters: False
613+
```
614+
615+
### -CallingSpendUserLimit
616+
The maximum amount a user can spend on outgoing PSTN calls, including all calls made through Pay-as-you-go Calling Plans and any overages on plans with bundled minutes.
617+
618+
Possible values: any positive integer
619+
620+
```yaml
621+
Type: Long
622+
Parameter Sets: (All)
623+
Aliases:
624+
Applicable: Microsoft Teams
625+
Required: False
626+
Position: Named
627+
Default value: None
628+
Accept pipeline input: False
629+
Accept wildcard characters: False
630+
```
631+
571632
### -Force
572633
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
573634

0 commit comments

Comments
 (0)