| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.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-MgBetaVirtualEventWebinar -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params