Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 399 Bytes

File metadata and controls

18 lines (13 loc) · 399 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Teams

$params = @{
	"template@odata.bind" = "https://graph.microsoft.com/v1.0/teamsTemplates('standard')"
	displayName = "My Sample Team"
	description = "My sample team’s description"
	firstChannelName = "My first channel of the sample team"
}

New-MgTeam -BodyParameter $params