Skip to content

Commit 4e51de1

Browse files
Update Set-CsTeamsCallingPolicy.md
1 parent 3ea8070 commit 4e51de1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
4747
[-PreventTollBypass <boolean>]
4848
[-SpamFilteringEnabledType <string>]
4949
[-VoiceSimulationInInterpretation <string>]
50+
[-EnableSpendLimits <boolean>]
51+
[-CallingSpendUserLimit <long>]
5052
[-WhatIf]
5153
[<CommonParameters>]
5254
```
@@ -557,6 +559,44 @@ Accept pipeline input: False
557559
Accept wildcard characters: False
558560
```
559561

562+
### -EnableSpendLimits
563+
This setting allows an admin to enable or disable spend limits on PSTN calls for their user base.
564+
565+
Possible values:
566+
- True
567+
- False
568+
569+
```yaml
570+
Type: Boolean
571+
Parameter Sets: (All)
572+
Aliases:
573+
Applicable: Microsoft Teams
574+
575+
Required: False
576+
Position: Named
577+
Default value: None
578+
Accept pipeline input: False
579+
Accept wildcard characters: False
580+
```
581+
582+
### -CallingSpendUserLimit
583+
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.
584+
585+
Possible values: any positive integer
586+
587+
```yaml
588+
Type: Long
589+
Parameter Sets: (All)
590+
Aliases:
591+
Applicable: Microsoft Teams
592+
593+
Required: False
594+
Position: Named
595+
Default value: None
596+
Accept pipeline input: False
597+
Accept wildcard characters: False
598+
```
599+
560600
### -Force
561601
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
562602

0 commit comments

Comments
 (0)