< Back

Set-TeamChannel

Sat Jan 18, 2020 4:18 pm

NAME Set-TeamChannel



SYNOPSIS

Update Team channels settings.





SYNTAX

Set-TeamChannel -GroupId <String> -CurrentDisplayName <String> [-NewDisplayName <String>] [-Description <String>]

[<CommonParameters>]





DESCRIPTION







PARAMETERS

-GroupId <String>

GroupId of the team



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-CurrentDisplayName <String>

Current channel name



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-NewDisplayName <String>

New Channel display name. Names must be 50 characters or less, and can't contain the characters # % & * { } /

\\ : < > ? + | ' "



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Description <String>

Updated Channel description. Channel Description Characters Limit - 1024.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- Example 1 --------------------------



Set-TeamChannel -GroupId c58566a6-4bb4-4221-98d4-47677dbdbef6 -CurrentDisplayName TechReads -NewDisplayName

"Technical Reads"







RELATED LINKS