You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
560
600
### -Force
561
601
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
0 commit comments