How to Export Members in MS-Teams

 Hello All

Sometime's we may get the request from users like, how they them-self to export the teams groups members without contacting administrator's

As a admin, we can export the members  from powershell / any kind of script ,  however the below two methods are straight forward and very easy to follow to get the members list from end users level itself

 Methods

1.     From Azure Active Directory portal [https://portal.azure.com]

]2     From MS Teams Web client [https://teams.microsoft.com]

 

Method 1

 Login to the portal Azure portal and Click Azure Active Directory , click Groups with you

Once you logged in , search your group  name “” and enter

Double tap members or owners to show the list

Tap on bulk operations, and click download members

Another window will popup to download as .CSV

Click start to download

Once it stared, it progress the request

Once its completed , Tap on “Click here to Download 

Pros:

Straight forward link on which end users can export the group’s members in few clicks in  portal.

Cons:

Have to download the members and owners separately.

Channel members cannot be export it on separately

Cannot be identified from the downloaded file the members belongs to each channels in a Teams group.

Method 2

 1.     Login to the MS Teams in Web console [ teams.microsoft.com]

2.   


Click on Manage Team


1.     Once it reached the end of the page, click Shift + Ctrl + I to open the console [screen shot below]


1.     Go to this web page  https://gist.github.com/guillaumemeyer/fe4ed1b818c5d99eabff1c792a366f71

2.     Click on RAW



3.     Copy the entire script using control + a

4.     Paste the script in the end of the console pane and click enter

 


1.     Automatically members file in. CSV format  has been downloaded as below


Comments