This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:printer_shared [2015/08/11 10:45] gcooper |
networking:windows:printer_shared [2017/11/01 10:01] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Shared Network Printers ====== | ====== Shared Network Printers ====== | ||
- | FIXME This page is now just a collection of notes. | + | See also **[[networking:windows: |
- | * Use Windows '' | + | FIXME This page is now just a collection of notes. |
- | * Usually on a domain controller and/or file server | + | |
- | * Disable Client Side Rendering (CSR) for all shared printers | + | |
- | * Keeps RDS server from processing all the print data | + | |
- | * Use universal printer drivers where possible | + | |
- | * Use Winprint processor for all shared printers | + | |
- | * Use Group Policy Preference (GPP) to push printers and set default | + | |
- | * Filter by user groups | + | |
- | * Create a GPP and user group for each printer that will be someone' | + | |
- | * Each GPP will attach all desired printers for members of the user group | + | |
- | * Use a '' | + | |
:!: This subject has changed a lot with the advent of version 4 (V4) printer drivers in Windows 8 and 2012. | :!: This subject has changed a lot with the advent of version 4 (V4) printer drivers in Windows 8 and 2012. | ||
Line 23: | Line 13: | ||
===== Group Policy Preferences ===== | ===== Group Policy Preferences ===== | ||
- | https://www.simple-talk.com/ | + | This is our current method for sharing networked Windows printers. See link above. |
- | + | ||
- | * Computer or User policy | + | |
- | * Start with a '' | + | |
- | * Add all printers | + | |
- | * Set one as the Default Printer | + | |
- | * Use Update (CRUD) | + | |
- | * '' | + | |
- | * '' | + | |
- | * One policy per ' | + | |
- | * Filter by user group | + | |
===== Group Policy ===== | ===== Group Policy ===== | ||
Line 130: | Line 110: | ||
net start spooler | net start spooler | ||
</ | </ | ||
+ | |||
+ | ==== Delete Redirected Printers ==== | ||
+ | |||
+ | Sometimes you'll get various redirected printers that you can't just delete... | ||
+ | |||
+ | - Stop the print spooler | ||
+ | - Use '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | - Reboot the machine | ||
==== Phantom Printers That Won't Go Away ==== | ==== Phantom Printers That Won't Go Away ==== | ||
Line 212: | Line 203: | ||
==== PrintersClear.bat ==== | ==== PrintersClear.bat ==== | ||
+ | |||
+ | :!: This is the script we usually use to let users reset their own printer configuration. | ||
< | < |