Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 393 Bytes

create-channel-for-migration-powershell-snippets.md

File metadata and controls

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

$params = @{
	"@microsoft.graph.channelCreationMode" = "migration"
	displayName = "Import_150958_99z"
	description = "Import_150958_99z"
	createdDateTime = [System.DateTime]::Parse("2020-03-14T11:22:17.067Z")
}

New-MgTeamChannel -TeamId $teamId -BodyParameter $params