Forum Discussion
gcjuw84
Apr 16, 2020Brass Contributor
Get all Teams and channel information using PowerShell
Hi everyone I'm trying to export a list of all teams in our environment along with their associated channels to CSV. I have used the script below previously (although this was around a year ago)...
- Apr 16, 2020
Hi gcjuw84
Here is the link of commands for your reference.
Export all the Teams Channel in Office 365 Tenant
https://gallery.technet.microsoft.com/office/Export-Teams-Channel-de703ad0
With Regards,
Satish U
amkaccion1966
Nov 26, 2020Copper Contributor
I have used the scrip and it is great!
But I see that it only lists the public channels.
Some way you list the public and private?
thanks
gcjuw84
Dec 07, 2020Brass Contributor
I've just tested this my end and the script seems to show both public and private channels. The Get-TeamChannel should show all channels regardless of whether they're public or private and this is what's used in the script.
If you go into the Teams Admin Centre and view team details via the Manage Teams can you see private channels for a team that has them there?