public:listing_all_teams_assigned_phone_numbers
This is an old revision of the document!
Listing all Teams assigned phone numbers
Open PowerShell, and install the PowerShell Teams module:
Install-Module -Name MicrosoftTeams -Force -AllowClobber
Connect to the Microsoft Teams service:
Connect-MicrosoftTeams
List all users and their assigned numbers. Export to CSV if needed:
Get-CsOnlineUser | select DisplayName, UserPrincipalName, LineUri | Export-Csv -Path TeamsNumbers.csv
public/listing_all_teams_assigned_phone_numbers.1730976360.txt.gz · Last modified: by thomas
