Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 331 Bytes

File metadata and controls

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

$params = @{
	"@odata.type" = "microsoft.graph.room"
	displayName = "Conf Room 4/3.3G11"
	parentId = "46ef7aed-5d94-4fd4-ae03-b333bc7a6955"
	bookingType = "standard"
}

New-MgPlace -BodyParameter $params