Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 538 Bytes

File metadata and controls

23 lines (18 loc) · 538 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.CloudCommunications

$params = @{
	answerInputType = "radioButton"
	answerOptions = @(
	"Software Engineer"
"Software Development Manager"
"Product Manager"
"Data scientist"
"Other"
)
}

# A UPN can also be used as -UserId.
Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion -UserId $userId -OnlineMeetingId $onlineMeetingId -MeetingRegistrationQuestionId $meetingRegistrationQuestionId -BodyParameter $params