| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Bookings
$params = @{
identity = @{
"@odata.type" = "#microsoft.graph.communicationsGuestIdentity"
displayName = "Guest Speaker"
email = "guest.speaker@fabrikam.com"
}
}
New-MgVirtualEventWebinarPresenter -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params