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.
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
+
571
632
### -Force
572
633
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
0 commit comments