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/02 11:02]
gcooper
networking:windows:printer_shared [2017/11/01 10:01] (current)
gcooper
Line 1: Line 1:
 ====== Shared Network Printers ====== ====== Shared Network Printers ======
 +
 +See also **[[networking:windows:printer_shared_gpp|Shared Network Printers Using GPP]]**
 +
 +FIXME This page is now just a collection of notes.  For shared printers, we use GPP.
  
 :!: 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 9: 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. 
 +  
 +===== Group Policy =====
  
 :!: We have **not** found publishing printers via GPO to be trouble free. :!: We have **not** found publishing printers via GPO to be trouble free.
 +
 +  * Can't set default printer
  
 ===== Windows Server 2008 with Multiple Drivers ===== ===== Windows Server 2008 with Multiple Drivers =====
Line 35: Line 43:
 **Reference**: https://technet.microsoft.com/en-us/library/ee624057.aspx **Reference**: https://technet.microsoft.com/en-us/library/ee624057.aspx
  
-:!: Most network printer connections are only visible (usable) by the user that made the connection.  Per-machine connections must be made by an administrator, but are available to all users of the machine.+:!: Most network printer connections are only visible (usable) by the user that made the connection.  Per-machine connections must be made by an administrator, but are **available to all users** of the machine
 + 
 +:!: You **must use the CLI** to manipulate global printers.
  
 Show per-machine (global) printer connections: Show per-machine (global) printer connections:
Line 84: Line 94:
  
 **Reset Printing (Lite and Full)**: http://blogs.technet.com/b/askperf/archive/2012/02/24/microsoft-fixit-for-printing.aspx **Reset Printing (Lite and Full)**: http://blogs.technet.com/b/askperf/archive/2012/02/24/microsoft-fixit-for-printing.aspx
 +
 +  * Deletes local printer devices too?  Like PDFCreator?
 +
 +**Print Spooler Diagnostic**: https://support.microsoft.com/en-us/kb/2768706/en-us
 +
 +:!: Use **Winprint print processor** for all shared printers.
 +
 +:!: For RDS servers, **disable CSR** (client side rendering) for all shared printers.
  
 ==== Clear Out Print Queues ==== ==== Clear Out Print Queues ====
Line 92: 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 174: 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.1435856530.txt.gz · Last modified: 2015/07/02 11:02 by gcooper