Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 403 Bytes

File metadata and controls

20 lines (15 loc) · 403 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Users

$params = @{
	attachmentInfo = @{
		attachmentType = "file"
		name = "flower"
		size = 3483322
	}
}

# A UPN can also be used as -UserId.
New-MgUserTodoListTaskAttachmentUploadSession -UserId $userId -TodoTaskListId $todoTaskListId -TodoTaskId $todoTaskId -BodyParameter $params