PrintProcessor

Hi,

I try to change print processor on my printer’s to winprint

I try : Get-WmiObject Win32_Printer -filter "Name=“hpcpp091” | %{
$.printprocessor = “winprint”
$
.put()
}

not work.

Maybe somebody know how it should be done

Thanks.

Many (if not most) WMI classes can’t be modified that way. I’m not sure if there’s an automated way to do what you’re trying - you may be stuck using the GUI.

Hi Don,

no, GIU for me not work
I need automate process
I have more then 100 print queue and to do it in GIU it’s pain

Thanks.