Get-CsHybridTelephoneNumber
This cmdlet displays information about one or more hybrid telephone numbers.
Syntax
Get-CsHybridTelephoneNumber
[-TelephoneNumber <string>]
[<CommonParameters>]
Description
This cmdlet displays information about one or more hybrid telephone numbers used for Audio Conferencing with Direct Routing for GCC High and DoD clouds.
Returned results are sorted by telephone number in ascending order.
Examples
Example 1
Get-CsHybridTelephoneNumber -TelephoneNumber 14025551234
Id O365Region SourceType TargetType TelephoneNumber UserId
-- ---------- ---------- ---------- --------------- ------
14025551234 NOAM Hybrid 14025551234 00000000-0000-0000-0000-000000000000
This example displays information about the phone number +1 (402) 555-1234.
Example 2
Get-CsHybridTelephoneNumber
Id O365Region SourceType TargetType TelephoneNumber UserId
-- ---------- ---------- ---------- --------------- ------
14025551234 Hybrid 14025551234
14025551235 Hybrid 14025551235
This example displays information about all hybrid telephone numbers in the tenant. Note that O365Region, TargetType, and UserId will not be populated.
Parameters
-TelephoneNumber
Filters the returned results to a specific phone number. The number should be specified without a prefixed "+". The phone number can't have "tel:" prefixed.
Type: | System.String |
Position: | named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
None
Outputs
None
Notes
The cmdlet is available in Teams PowerShell module 4.5.0 or later.
The cmdlet is only available in GCC High and DoD cloud instances.