Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 366 Bytes

File metadata and controls

17 lines (12 loc) · 366 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Devices.CloudPrint

$params = @{
	displayName = "ShareName"
	allowAllUsers = $true
	"printer@odata.bind" = "https://graph.microsoft.com/beta/print/printers/{id}"
}

Update-MgBetaPrintShare -PrinterShareId $printerShareId -BodyParameter $params