| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Calendar
$params = @{
"@odata.type" = "microsoft.graph.workspace"
nickname = "Conf Room"
building = "1"
label = "100"
capacity =
isWheelChairAccessible = $false
}
Update-MgPlace -PlaceId $placeId -BodyParameter $params