Apr 02 2020 06:49 AM
Apr 02 2020 09:33 PM
Hi @karthiD
Are trying to export all the Phone Numbers assigned to the Users in the Tenant? If yes the please try the following command this should work for you.
GET-CSUser | Where { $_.EnterpriseVoiceEnabled } | Select-Object DisplayName,LineURI
This should provide you with the desired output you are looking for.
With Regards,
Satish U
Jun 02 2023 02:41 AM - edited Jun 02 2023 02:46 AM
The term get-csuser does not exist using the MicrosoftTeams PS Module.
Get-CsonlineUser | where { $_.EnterpriseVoiceEnabled } | Select-Object Displayname,lineuri