Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 473 Bytes

File metadata and controls

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

$params = @{
	displayName = "Test Printer"
	manufacturer = "Test Printer Manufacturer"
	model = "Test Printer Model"
	physicalDeviceId = $null
	hasPhysicalDevice = $false
	certificateSigningRequest = @{
		content = '{content}'
		transportKey = '{sampleTransportKey}'
	}
	connectorId = $null
}

New-MgPrintPrinter -BodyParameter $params