Get-CsTeamsUnassignedNumberTreatment
Displays a specific or all treatments for how calls to an unassigned number range should be routed.
Syntax
Get-CsTeamsUnassignedNumberTreatment
[-LocalStore]
[[-Identity] <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
Enables you to limit the returned data by filtering on the Identity attribute.
| Type: | String |
| Position: | named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams |
-Identity
The Id of the specific treatment to show.
| Type: | System.String |
| Position: | named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-LocalStore
This parameter is reserved for internal Microsoft use.
| Type: | SwitchParameter |
| Position: | named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object
Notes
The cmdlet is available in Teams PS module 2.5.1 or later.
Related Links
フィードバック
フィードバックの送信と表示