Edit

Share via


Get-CsTeamsUnassignedNumberTreatment

Displays a specific or all treatments for how calls to an unassigned number range should be routed.

Syntax

Identity (Default)

Get-CsTeamsUnassignedNumberTreatment
    [[-Identity] <String>]
    [-MsftInternalProcessingMode <String>]
    [<CommonParameters>]

Filter

Get-CsTeamsUnassignedNumberTreatment
    [-MsftInternalProcessingMode <String>]
    [-Filter <String>]
    [<CommonParameters>]

Description

This cmdlet displays a specific or all treatments for how calls to an unassigned number range should be routed.

Examples

Example 1

Get-CsTeamsUnassignedNumberTreatment -Identity MainAA

This example displays the treatment MainAA.

Example 2

Get-CsTeamsUnassignedNumberTreatment

This example displays all configured treatments.

Example 3

Get-CsTeamsUnassignedNumberTreatment -Filter Ann*

This example displays all configured treatments with an Identity starting with Ann.

Parameters

-Filter

Applicable: Microsoft Teams

Enables you to limit the returned data by filtering on the Identity attribute.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Filter
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

The Id of the specific treatment to show.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Identity
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MsftInternalProcessingMode

{{ Fill MsftInternalProcessingMode Description }}

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object

Notes

The cmdlet is available in Teams PS module 2.5.1 or later.