Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 1.98 KB

Get-TeamAllChannel.md

File metadata and controls

87 lines (64 loc) · 1.98 KB
external help file Module Name online version schema author ms.author ms.reviewer
Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
MicrosoftTeams
2.0.0
zhongxlmicrosoft
serdars
dedaniel, robharad

Get-TeamAllChannel

SYNOPSIS

This cmdlet supports retrieving all channels of a team, including incoming channels and channels hosted by the team.

SYNTAX

Get-TeamAllChannel -GroupId <String> [-MembershipType <String>]

DESCRIPTION

This cmdlet supports retrieving all channels of a team, including incoming channels and channels hosted by the team.

EXAMPLES

Example 1

Get-TeamAllChannel -GroupId 126b90a5-e65a-4fef-98e3-d9b49f4acf12

Returns all channels of a team.

Example 2

Get-TeamAllChannel -GroupId 126b90a5-e65a-4fef-98e3-d9b49f4acf12 -MembershipType Shared

Returns all shared channels of a team.

PARAMETERS

-GroupId

Returns the Group ID of the team.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-MembershipType

Membership type of the channel to display; Standard, Private, or Shared

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

GroupId, MembershipType

OUTPUTS

Channel

NOTES

RELATED LINKS

Get-TeamChannel Get-TeamIncomingChannel