Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 1.63 KB

Get-TeamChannel.md

File metadata and controls

78 lines (57 loc) · 1.63 KB
external help file Module Name online version schema
Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
MicrosoftTeams
2.0.0

Get-TeamChannel

SYNOPSIS

This cmdlet supports retrieving channels hosted by a team.

SYNTAX

Get-TeamChannel -GroupId <String> [-MembershipType <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet supports retrieving channels hosted by a team.

EXAMPLES

Example 1

Get-TeamChannel -GroupId af55e84c-dc67-4e48-9005-86e0b07272f9

Get channels of the group.

Example 2

Get-TeamChannel -GroupId af55e84c-dc67-4e48-9005-86e0b07272f9 -MembershipType Private

Get all private channels of the group.

PARAMETERS

-GroupId

GroupId 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 or Private (available in private preview)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

OUTPUTS

NOTES

RELATED LINKS