You will have to use the MSOL/Azure AD module for additional fields. Will help if you post a short sample of what you are using currently.
Powershell - Get all columns in Microsoft Teams
Elina
1
Reputation point
Hi there,
I'm using Powershell to extract information on users in the company channels. I've got their names and e-mails but not their location. Is there a way to get all information on the users within the teams?
Thanks.
2 answers
Sort by: Most helpful
-
-
JimmyYang-MSFT 51,876 Reputation points Microsoft Vendor
2020-10-01T07:07:35.057+00:00 Hi @Elina ,
To display the full list of user accounts, please run this command:
Get-MsolUser
If the response is helpful, please click "Accept Answer" and upvote it.
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.