Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 325 Bytes

File metadata and controls

20 lines (15 loc) · 325 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Calendar

$params = @{
	"@odata.type" = "microsoft.graph.workspace"
	parentId = "f7de7265-e420-47b4-9d49-28d728716241"
	displayName = "testSpace001"
	tags = @(
	"test"
)
}

New-MgPlace -BodyParameter $params