Additional features, settings, or issues not covered by specific Microsoft Teams categories
In your case, you can use the PowerShell command to get a list of all the users who have Microsoft Teams license. Please see the instructions below:
- Run Windows PowerShell as administrator.
- Type the following command Connect-MsolService and enter your credentials.
- Run the following commands: Get-MsolUser -All | Where-Object { $_.Licenses.ServiceStatus.ServicePlan.ServiceName -match "TEAMS"} | Select-Object UserPrincipalName, DisplayName | Export-Csv D:\new\AAA.csv
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.