Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 402 Bytes

File metadata and controls

19 lines (14 loc) · 402 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Devices.CloudPrint

$params = @{
	properties = @{
		documentName = "TestFile.pdf"
		contentType = "application/pdf"
		size = 4533322
	}
}

New-MgPrintPrinterJobDocumentUploadSession -PrinterId $printerId -PrintJobId $printJobId -PrintDocumentId $printDocumentId -BodyParameter $params