2

Each time Xerox release a new printer driver and we update our network printers on our servers we have to go around each domain computer and enter the Administrator details in to the update printer driver prompt. Until this is done the users cannot print.

We now have 300+ domain computers so this is becoming unrealistic. Is there a Group Policy option that allows users to just click Yes to these prompts, so when we update the printer driver on the server they can go ahead and just click Yes to these prompts?

pat o.
  • 1,919
  • 1
  • 16
  • 28
user5603796
  • 479
  • 1
  • 7
  • 8
  • This sounds like an [xy problem question](http://meta.stackexchange.com/questions/66377/what-is-the-xy-problem). Why are you making users update their own drivers? That's gross. Why not update the drivers for them? – HopelessN00b Feb 24 '16 at 15:40
  • They have to accept the driver update that's pushed out via the server. That's the point in the question. They aren't doing manual driver updates as you suggest. – user5603796 Feb 24 '16 at 15:42
  • I think you're kind of missing what I'm saying. Why don't you update the drivers on the clients (via script, or whatever configuration management or patch management system you have) when you do the update on the server? (Rather than waiting for the client to connect to the print server and get prompted to update to the newer drivers.) – HopelessN00b Feb 24 '16 at 15:50
  • 1
    N00b, why bother? You can just update on the server and let the drivers trickle down to the users. I don't see why it's 'gross' to allow clients to obtain print drivers from the print server (with appropriate point-and-print GPO in place). – BlueCompute Feb 25 '16 at 12:44

1 Answers1

1

You can change the Point and Print Restrictions policies. Reference this article from Microsoft. The settings are located at:

Computer Configuration\Policies\Administrative Templates\Printers\Point and Print Restrictions

From the article:

You can use the Point and Print Restrictions Group Policy setting to control how users can install printer drivers from print servers. You can use this setting to permit users to connect to only specific print servers that you trust. Because this setting prevents users from connecting to other print servers that could potentially host malicious or untested printer drivers, you can disable printer driver installation warning messages without adversely compromising security.

pat o.
  • 1,919
  • 1
  • 16
  • 28