Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 526 Bytes

File metadata and controls

19 lines (14 loc) · 526 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.CloudCommunications

$params = @{
	"@odata.type" = "#microsoft.graph.externalMeetingRegistrant"
	id = "30494ab7-7338-4592-bfec-a4333be2a0a6"
	tenantId = "909c6581-5130-43e9-88f3-fcb3582cde37"
	userId = "cc515404-b55c-466e-b896-992c918ecc01"
}

# A UPN can also be used as -UserId.
New-MgBetaUserOnlineMeetingRegistrationRegistrant -UserId $userId -OnlineMeetingId $onlineMeetingId -BodyParameter $params