User Tools

Site Tools


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

References

public/listing_all_teams_assigned_phone_numbers.1730976550.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki