Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 429 Bytes

File metadata and controls

22 lines (17 loc) · 429 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Bookings

$params = @{
	startDateTime = @{
		dateTime = "2024-03-31T10:00:00"
		timeZone = "Pacific Standard Time"
	}
	endDateTime = @{
		dateTime = "2024-03-31T17:00:00"
		timeZone = "Pacific Standard Time"
	}
}

Update-MgVirtualEventWebinar -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params