Modifier

Get-SharedWithTeam

This cmdlet supports retrieving teams with which a specified channel is shared.

Syntax

Get-SharedWithTeam
   -HostTeamId <String>
   -ChannelId <String>
   [-SharedWithTeamId <String>]

Description

This cmdlet supports retrieving teams with which a specified channel is shared.

Examples

Example 1

Get-AssociatedTeam -HostTeamId 126b90a5-e65a-4fef-98e3-d9b49f4acf12 -ChannelId 19:cUfyYYw3h_t-1KG8-WkvVa7KLEsIx-JHmyeG43VJojg1@thread.tacv2

Returns teams with which a specified channel is shared.

Example 2

Get-AssociatedTeam -HostTeamId 126b90a5-e65a-4fef-98e3-d9b49f4acf12 -ChannelId 19:cUfyYYw3h_t-1KG8-WkvVa7KLEsIx-JHmyeG43VJojg1@thread.tacv2
-SharedWithTeam d2aad370-c6ca-438b-b4d7-05f0aa911a7b

Returns detail of a team with which a specified channel is shared.

Parameters

-ChannelId

Thread ID of the shared channel.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-HostTeamId

Team ID of the host team (Group ID).

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-SharedWithTeamId

Team ID of the shared with team.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

HostTeamId, ChannelId, SharedWithTeamId

Outputs

Team