| 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