Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 401 Bytes

File metadata and controls

19 lines (14 loc) · 401 Bytes
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