Aug 14 2023 02:00 PM
I can retrieve the members of a shared channel via
Aug 14 2023 07:36 PM
Solution@AlistairKeay1 to retrieve the list of teams a for a shared channel, use the Get-SharedWithTeam command
For example,
Get-SharedWithTeam -HostTeamId id-of-the-team-that-created-the-shared-channel -ChannelId id-of-the-shared-channel
It will return the teams that shared channel is shared with
Also, you can see all the Shared Channels that are shared with a specific team (the reverse lookup of what you are doing) via Get-TeamAllChannel cmlet
Aug 15 2023 12:54 AM
Aug 15 2023 01:31 AM
Aug 14 2023 07:36 PM
Solution@AlistairKeay1 to retrieve the list of teams a for a shared channel, use the Get-SharedWithTeam command
For example,
Get-SharedWithTeam -HostTeamId id-of-the-team-that-created-the-shared-channel -ChannelId id-of-the-shared-channel
It will return the teams that shared channel is shared with
Also, you can see all the Shared Channels that are shared with a specific team (the reverse lookup of what you are doing) via Get-TeamAllChannel cmlet