Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 346 Bytes

File metadata and controls

17 lines (12 loc) · 346 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Teams

$params = @{
	displayName = "Architecture Discussion"
	description = "This channel is where we debate all future architecture plans"
	membershipType = "standard"
}

New-MgTeamChannel -TeamId $teamId -BodyParameter $params