User Tools

Site Tools


networking:windows:printer_shared

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:windows:printer_shared [2015/07/04 13:46]
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.  For shared printers, we are currently leaning toward:+See also **[[networking:windows:printer_shared_gpp|Shared Network Printers Using GPP]]**
  
-  * Use Windows ''Print and Document Services'' role +FIXME This page is now just a collection of notes.  For shared printers, we use GPP.
-  * Disable Client Side Rendering (CSR) for RDS servers +
-  * Use Winprint processor +
-  * Use universal printer drivers where possible +
-  * Use GPP to push printers and set default +
-  * Use a ''Delete all shared printers'' preference to begin +
-  * Use a separate GPO for each printer that will be someone's default printer+
  
 :!: 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 19: Line 13:
 ===== Group Policy Preferences ===== ===== Group Policy Preferences =====
  
-https://www.simple-talk.com/sysadmin/general/managing-printers-with-group-policy,-powershell,-and-print-management/ +This is our current method for sharing networked Windows printers See link above.
- +
-  * Computer or User policy +
-  * Start with a ''Delete All'' action +
-  * Add all printers +
-  * Set one as the Default Printer +
-  * Use Update (CRUD) +
-    * ''Update'' will change the Default Printer every login +
-    * ''Create'' will only set the Default Printer at creation time  +
-  * One policy per 'default' printer +
-  * Filter by user group+
    
 ===== Group Policy ===== ===== Group Policy =====
Line 126: Line 110:
 net start spooler net start spooler
 </file> </file>
 +
 +==== Delete Redirected Printers ====
 +
 +Sometimes you'll get various redirected printers that you can't just delete...
 +
 +  - Stop the print spooler
 +  - Use ''regedit'' to delete the problematic printer(s) from these keys:
 +    * ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers''
 +    * ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers\PrintServerName\PrinterName''
 +    * ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\V4 Connections''
 +  - Reboot the machine
  
 ==== Phantom Printers That Won't Go Away ==== ==== Phantom Printers That Won't Go Away ====
Line 208: Line 203:
  
 ==== PrintersClear.bat ==== ==== PrintersClear.bat ====
 +
 +:!: This is the script we usually use to let users reset their own printer configuration.  It forces the user to log off.  Printers are reinstalled via Group Policy Preferences when they log back in.
  
 <file> <file>
networking/windows/printer_shared.1436039163.txt.gz · Last modified: 2015/07/04 13:46 by gcooper