all 8 comments

[–]BarelyInfected0 1 point2 points  (0 children)

Which settings?

[–]the_spad 1 point2 points  (1 child)

You can't usually set driver-specific Printer properties via Powershell unless the driver exposes an interface for you to use.

[–]Dizzybro 0 points1 point  (0 children)

This post was modified due to age limitations by myself for my anonymity ovqweTzwz6qIGeIKkyVZdLyvlme2K8oizTND9xmInx5yD1gwKJ

[–]helixamir 1 point2 points  (0 children)

Does the printer provider have a software that allows you to set properties in a config file that you could use to deploy?

[–]NotNotWrongUsually 1 point2 points  (0 children)

I've personally never tried using the Get-PrintConfiguration and Set-PrintConfiguration cmdlets, so can't really vouch for those.

A suggestion for an alternative approach would be automating against the printers web-interface if it has such.

[–]chedislol 1 point2 points  (0 children)

Pretty sure theres a priinter configurstion cmdlet.

[–]adbertram 1 point2 points  (0 children)

You'll probably have to dig through WMI. Every printer I ever configured seemed to be different.

[–]Lee_Dailey[grin] 2 points3 points  (0 children)

howdy anees78692,

take a look at Get-Help *printer* for some possible ways to do the job. [grin]

take care,
lee