Questions tagged [printing]

Printing is the writing of data in a human-readable format onto durable media such as paper.

Printing is the writing of data in a human-readable format onto durable media such as paper.

623 questions
2
votes
2 answers

Are there standard, non-Postcript alternatives to PPDs for informing print queue software such as Cups of printer capabilities?

Postscript printer description files (PPDs) describe Adobe Postscript (PS) printers’ capabilities, thus being useful both for print queue servers and printing clients. Are there equivalents for other page languages, such as Microsoft Graphics…
Leandro
  • 186
  • 1
  • 13
2
votes
3 answers

What is the Print3D deviceType on Windows Print-Server

I've been working with Get-Printer and I ran into a situation where the server returns two instances of every print device. One is called "Print" and the other is "Print3D". I can't find any information about this online and I'm wondering what this…
Doltknuckle
  • 1,254
  • 7
  • 25
  • 32
2
votes
2 answers

Printing to network printers from 32-bit and 64-bit clients

Here at work, we're starting to contemplate the implications of switching from windows XP to windows 7. We have thin clients using XP embedded and Citrix metaframe 4.5 that print to network printers (Konica Minolta's and HP's) and Desktop/Laptop…
Nick Peterson
2
votes
1 answer

AD printer installs require admin rights

I'm working on overhauling how we manage printers in one environment. We have a print server where folks can hit \\servername and select the printer(s) desired. This works perfectly - no UAC prompts, trust prompts, etc. I'd like to make use of the…
Tim Brigham
  • 15,545
  • 10
  • 75
  • 115
2
votes
0 answers

What GPO settings will allow non-admin users to add wireless printer

I've configured GPO settings to allow non-admins users to add printers. The two settings are: Computer Configuration/Policies/Administrative Templates/System/Driver Installation/Allow non-administrators to install drivers for these device setup…
Rose
  • 21
  • 1
2
votes
0 answers

Konica Minolta multifunction printers default to double sided printing

We have 50 machines that use 3 different models of Konica Minolta printers: bizhub C3850FS bizhub C258 bizhub C280 I've been installing the latest driver and it has been brought to my attention that these printers are defaulting to printing on…
Jason
  • 3,931
  • 19
  • 66
  • 107
2
votes
0 answers

Print Seperator files on Server 2016 not working in an alternate location

With Server 2008 R2 and 2012R2, we were able to have the *.sep files stored in a location outside of System32, C:\SepFiles\coversheet.sep. As long as the folder had the name SepFiles it was working. We recently installed a new 2016 Server and have…
2
votes
1 answer

Deploying (gpo) local TCP/IP printers to users who are not local admin

I'm trying to deploy local TCP/IP printers to users who are not local admin using GPO. However, because they are not local admin they do not have the rights to install printers and thus the printers are not being added when the group policy is…
Kevke
  • 67
  • 2
  • 6
2
votes
1 answer

Applications locking up when printing to a print server

I have a few printers set up on a print server. When some of my users try to print, the first print job seems to go through fine. After that, trying to send another print job to a printer completely locks up the application they are printing from,…
Steve Stoveld
  • 140
  • 3
  • 9
2
votes
1 answer

How can I allow Domain Users to update printer drivers without any prompts?

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…
2
votes
0 answers

Printserver failing after changing DNS servers

We are currently swapping our DNS servers out, going from an older IP range to a newer one. The network side has been setup and working fine for a couple of years, there are just a few servers still in the old range that are needing moved over. …
JasonM
  • 105
  • 1
  • 1
  • 5
2
votes
4 answers

Best way for printing (semi-)unique coupon codes

this is not strictly a server admin problem, but one I (as an admin) am tasked to resolve. Marketing wants to send out coupons with our packages. The code I thought up was something along the line: HITS-#MERCHANT#-#COUPONITERATION# So we can track…
jotango
  • 475
  • 1
  • 5
  • 10
2
votes
3 answers

Zebra label printer not printing correctly across network - via usb is fine

I'm having a major problem with our Zebra ZTC LP2844-Z We have the printer plugged into an HP JetDirect 175x, and this has an ip address of 10.0.9.21 I've added the printer to our print server machine, and shared it on the network as…
alex
  • 1,720
  • 15
  • 43
  • 63
2
votes
2 answers

Print queue tracking

I would like to track printing to network printers. Specifically, how many color prints each user is printing to specific Windows server print queues. I've found a product that does something similar by Ricoh called PCS Director but it is…
Brett G
  • 2,033
  • 2
  • 28
  • 45
2
votes
3 answers

Printing from C# using too many handles

I have a very simple application that is printing TIFF files to a variety of networked printers. The printers are all installed on 3 different print servers, while the application runs on a separate machine. (Lets call them Print1,2,3, and…
mpeterson
  • 255
  • 1
  • 11