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.

617 questions
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,465
  • 7
  • 72
  • 113
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,821
  • 17
  • 65
  • 106
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
3 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
  • 465
  • 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,710
  • 15
  • 43
  • 63
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
2
votes
3 answers

Printing from a windows service in one domain to a print server in another windows domains without trust

I face the the following problem: We have one Windows domain with an application running in an user context of user of this domain (let's call this domain "A"). This Windows service has to print to an printserver of one or more domains (let's call…
2
votes
1 answer

Add a printer script

We have an old print server that is going to be taken offline because the hardware is starting to fail, and we now have a Print Server system running virtually. The old servers name is different than the new because of a new naming convention that…
Grishanko
  • 410
  • 5
  • 14
2
votes
2 answers

Powershell to add printers based on AD Site

I am trying to map a default printer based on the location found in AD Sites and Services. I can grab the location of the computer using [System.DirectoryServices.ActiveDirectory.ActiveDirectorySite]::GetComputerSite().Name Once I have grabbed the…