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
- AlwaysEnabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, regardless of the unanswered call forward setting for the user.
228
270
- AlwaysDisabled: Calls are never routed to voicemail, regardless of the call forward or unanswered settings for the user. Voicemail isn't available as a call forwarding or unanswered setting in Teams.
229
271
- UserOverride: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user.
Setting this parameter allows you to enable or disable auto-answer for incoming meeting invites on Teams Phones. This setting applies only to incoming meeting invites and does not include support for other call types.
262
304
263
305
Valid options are:
306
+
264
307
- Enabled: Auto-answer is enabled.
265
308
- Disabled: Auto-answer is disabled. This is the default setting.
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold.
282
325
283
326
Valid options are:
327
+
284
328
- Enabled: New or incoming calls will be rejected with a busy signal.
285
329
- Unanswered: The user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user.
286
330
- Disabled: New or incoming calls will be presented to the user.
@@ -299,6 +343,23 @@ Accept pipeline input: False
299
343
Accept wildcard characters: False
300
344
```
301
345
346
+
### -CallingSpendUserLimit
347
+
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.
348
+
349
+
Possible values: any positive integer
350
+
351
+
```yaml
352
+
Type: Long
353
+
Parameter Sets: (All)
354
+
Aliases:
355
+
Applicable: Microsoft Teams
356
+
Required: False
357
+
Position: Named
358
+
Default value: None
359
+
Accept pipeline input: False
360
+
Accept wildcard characters: False
361
+
```
362
+
302
363
### -CallRecordingExpirationDays
303
364
Sets the expiration of the recorded 1:1 calls. Default is 60 days.
Enables administrators to provide explanatory text about the calling policy. For example, the Description might indicate the users to whom the policy should be assigned.
379
+
### -Confirm
380
+
Prompts you for confirmation before running the cmdlet.
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
416
+
### -Description
417
+
Enables administrators to provide explanatory text about the calling policy. For example, the Description might indicate the users to whom the policy should be assigned.
This setting allows an admin to enable or disable spend limits on PSTN calls for their user base.
434
+
435
+
Possible values:
436
+
437
+
- True
438
+
- False
372
439
373
440
```yaml
374
-
Type: String
441
+
Type: Boolean
442
+
Parameter Sets: (All)
443
+
Aliases:
444
+
Applicable: Microsoft Teams
445
+
Required: False
446
+
Position: Named
447
+
Default value: False
448
+
Accept pipeline input: False
449
+
Accept wildcard characters: False
450
+
```
451
+
452
+
### -EnableWebPstnMediaBypass
453
+
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
454
+
455
+
```yaml
456
+
Type: Boolean
375
457
Parameter Sets: (All)
376
458
Aliases:
377
459
378
460
Required: False
379
-
Position: 1
461
+
Position: Named
380
462
Default value: None
381
463
Accept pipeline input: False
382
464
Accept wildcard characters: False
383
465
```
384
466
467
+
### -Force
468
+
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
469
+
470
+
```yaml
471
+
Type: SwitchParameter
472
+
Parameter Sets: (All)
473
+
Aliases: wi
474
+
Applicable: Microsoft Teams
475
+
476
+
Required: False
477
+
Position: Named
478
+
Default value: False
479
+
Accept pipeline input: False
480
+
Accept wildcard characters: False
481
+
```
482
+
385
483
### -InboundFederatedCallRoutingTreatment
386
484
Setting this parameter lets you control how inbound federated calls should be routed.
387
485
388
486
Valid options are:
487
+
389
488
- RegularIncoming: No changes are made to default inbound routing. This is the default setting.
390
489
- Unanswered: The inbound federated call will be routed according to the called user's unanswered call settings and the call will not be presented to the called user. The called user will see a missed call notification. If the called user has not enabled unanswered call settings the call will be disconnected.
Setting this parameter lets you control how inbound PSTN calls should be routed.
411
510
412
511
Valid options are:
512
+
413
513
- RegularIncoming: No changes are made to default inbound routing. This is the default setting.
414
514
- Unanswered: The inbound PSTN call will be routed according to the called user's unanswered call settings and the call will not be presented to the called user. The called user will see a missed call notification. If the called user has not enabled unanswered call settings the call will be disconnected.
415
-
416
515
- Voicemail: The inbound PSTN call will be routed directly to the called user's voicemail and the call will not be presented to the user. If the called user does not have voicemail enabled the call will be disconnected.
417
516
- UserOverride: For now, setting the value to UserOverride is the same as RegularIncoming.
- Enabled: Spam Filtering is fully enabled. Both Basic and Captcha Interactive Voice Response (IVR) checks are performed. In case the call is considered spam, the user will get a "Spam Likely" notification in Teams.
529
630
- Disabled: Spam Filtering is completely disabled. No checks are performed. A "Spam Likely" notification will not appear.
530
631
- EnabledWithoutIVR: Spam Filtering is partially enabled. Captcha IVR checks are disabled. A "Spam Likely" notification will appear. A call might get dropped if it gets a high score from Basic checks.
Enables the user to use the voice simulation feature while being AI interpreted.
551
652
552
653
Possible Values:
654
+
553
655
- DisabledUserOverride
554
656
- Disabled
555
657
- Enabled
@@ -568,22 +670,6 @@ Accept pipeline input: False
568
670
Accept wildcard characters: False
569
671
```
570
672
571
-
### -Force
572
-
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
573
-
574
-
```yaml
575
-
Type: SwitchParameter
576
-
Parameter Sets: (All)
577
-
Aliases: wi
578
-
Applicable: Microsoft Teams
579
-
580
-
Required: False
581
-
Position: Named
582
-
Default value: False
583
-
Accept pipeline input: False
584
-
Accept wildcard characters: False
585
-
```
586
-
587
673
### -WhatIf
588
674
Shows what would happen if the cmdlet runs.
589
675
The cmdlet is not run.
@@ -601,22 +687,6 @@ Accept pipeline input: False
601
687
Accept wildcard characters: False
602
688
```
603
689
604
-
### -Confirm
605
-
Prompts you for confirmation before running the cmdlet.
606
-
607
-
```yaml
608
-
Type: SwitchParameter
609
-
Parameter Sets: (All)
610
-
Aliases: cf
611
-
Applicable: Microsoft Teams
612
-
613
-
Required: False
614
-
Position: Named
615
-
Default value: False
616
-
Accept pipeline input: False
617
-
Accept wildcard characters: False
618
-
```
619
-
620
690
### CommonParameters
621
691
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments