To view the phone numbers in your organization:
Go to the Microsoft Teams admin center .
In the left navigation bar, navigate to VoIP > Phone Numbers .
Important
For the VoIP option to appear in the left navigation belarus phone lead pane in the Microsoft Teams admin center, you must first purchase at least an Enterprise E5 license , a Teams Phone Add-on license, or an Audio Conferencing Add-on license .
To view the assignment status of a number, see the Assignment Status column , which also shows what service type the number is detect google voice & virtual (voip) numbers assigned to. You can click the filter icon to filter by:
user assigned
conference bridge assigned
Assigned to the voice app (automatic attendant/call queue)
Not assigned
In the Filter section , you can use the drop-down list albania business directory to filter your view by the following criteria:
The range of numbers you specify. You can search for the lowest or highest number.
Numbers that start with a number you specify.
number activation status .
number type .
phone number status .
How to view activation status for number assignments
After you have received your phone numbers and assigned them to users, you may want to view the activation status of the number assignments:
Go to the Microsoft Teams admin center .
In the left navigation bar, navigate to VoIP > Phone Numbers .
Click the filter icon to filter the view by activation status . You can filter by the following criteria:
Activated
assignment pending
Error in assignment
Update pending
Error during update
Using the Teams PowerShell Module
You can also use the Teams PowerShell module version 1.1.6 or later to view the phone numbers in your organization. For more information about PowerShell, see Microsoft Teams PowerShell overview .
To view a list of all the phone numbers you have for your organization, use the Get-CsPhoneNumberAssignment cmdlet . For example, run the following command to view each phone number, its type, and its status:
PowerShell
Copy Get-CsPhoneNumberAssignment
| ft TelephoneNumber,ActivationState,NumberType
To view all phone numbers assigned to users, use the Get-CsOnlineUser cmdlet . For example, to view all users with assigned phone numbers, run the following command:
PowerShell
Copy
Get-CsOnlineUser | Where-Object { $_.LineURI -notlike $null } | ft DisplayName,UserPrincipalName,LineURI
Important
By default, the Get-CsPhoneNumberAssignment cmdlet returns the first 500 results.
Related Topics
Managing phone numbers for your organization
Terms of Use for Emergency Calls
Emergency Call Disclaimer
Get-CsPhoneNumberAssignment
Get-CsOnlineUser
feedback