Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 647 Bytes

File metadata and controls

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

$params = @{
	subject = "Microsoft Ignite: Day 1"
	startDateTime = [System.DateTime]::Parse("2021-11-02T08:00:00-08:00")
	endDateTime = [System.DateTime]::Parse("2021-11-02T15:45:00-08:00")
	speakers = @(
		@{
			displayName = "Henry Ross"
			bio = "Chairman and Chief Executive Officer"
		}
		@{
			displayName = "Fred Ryan"
			bio = "CVP"
		}
	)
}

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