File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
44
44
[-PopoutForIncomingPstnCalls <string>]
45
45
[-PreventTollBypass <boolean>]
46
46
[-SpamFilteringEnabledType <string>]
47
+ [-PayAsYouGoSpendingLimits <Boolean>]
48
+ [-PayAsYouGoSpendingUserLimit <long>]
47
49
[-WhatIf]
48
50
[<CommonParameters>]
49
51
```
@@ -484,6 +486,38 @@ Accept pipeline input: False
484
486
Accept wildcard characters: False
485
487
` ` `
486
488
489
+ # ## -PayAsYouGoSpendingLimits
490
+ Determines if spending limit is enabled for pay-as-you-go PSTN calls.
491
+
492
+ ` ` ` yaml
493
+ Type: Boolean
494
+ Parameter Sets: (All)
495
+ Aliases:
496
+ Applicable: Microsoft Teams
497
+
498
+ Required: False
499
+ Position: Named
500
+ Default value: None
501
+ Accept pipeline input: False
502
+ Accept wildcard characters: False
503
+ ` ` `
504
+
505
+ # ## -PayAsYouGoSpendingUserLimit
506
+ Determines the value of spending limit for a user making pay-as-you-go PSTN calls.
507
+
508
+ ` ` ` yaml
509
+ Type: Long
510
+ Parameter Sets: (All)
511
+ Aliases:
512
+ Applicable: Microsoft Teams
513
+
514
+ Required: False
515
+ Position: Named
516
+ Default value: None
517
+ Accept pipeline input: False
518
+ Accept wildcard characters: False
519
+ ` ` `
520
+
487
521
# ## -Force
488
522
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
489
523
You can’t perform that action at this time.
0 commit comments