|
I need to change two specific settings on MANY printers. Most are HP. I was given a print server from someone who has left. I need to change all the notification emails to go elsewhere as well as the configuration admin password on each printer.
Please...
Started by MathewC on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Remotely on the printer web page by typing the IP....
If you want to change the printer's admin password, you have 2 options.
I would like to know if you are looking to change Printer's admin password or change the local admin account.
|
|
Within the Find Printers dialog, if a user clicks the Find Now button, all available printers on the network are shown. The printers seem to appear in a somewhat random order though where I'd expect them to be sorted by name (or something) by default....
Started by Matt Hanson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If they are appearing randomly, it is likely sorted by which printer responds first to the request.
|
|
I am trying to list all the printers on the network (we have a very large, cross-ocean network) using VS2008 & c#.
I am looking to replicate the functionality of the Find Printers dialog box in Windows (which can be found by going to Printers and Faxes...
Started by AngryHacker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanks Shaik.
Please let me know if you find any solution.
You can get all connected printer using GetPrintQueue funtion of PrintServer class I wanted to populate all the network Printers.
|
Ask your Facebook Friends
|
What's the best way to set-up a user's printers using NETLOGON.bat?
Started by cagcowboy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
PrintUIEntry /in /n \\server\printer
Here is a complete article on the usage: http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm
Additionally, you can install printers through Group Policy if you.
|
|
I am looking for a way to see what printers a specific user has mapped into his or her TS session.
How can I achieve this with WMI (via PowerShell) or VB-Script? Is there a built-in way I'm not aware of?
EDIT : In our construct mapping of local printers...
Started by VVS on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
PS: I prefer to use Linux for terminal service ;)
I can't check in a TS session right now, but this does it normally in powershell:
Get-WMIObject Win32_Printer
From here: http://www.microsoft... .
As far as I understand You can read some field in Registry .
|
|
Are color laser printers good enough to print photos? Or they too expensive and produces low quality photos?
Started by JIa3ep on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
There are several for making 6x4in prints any particular 6x4in printer....
Laser printers are great a printer yet? You might look into the dye-sub printers.
Also, always ask to try the printer.
You'll want at least 300dpi ).
|
|
We are using classic asp to call a C# dll and in the C# dll we are using System.Drawing.Printing.PrinterSettings.InstalledPrinters to get a list of availabe printers. If the printers are not shared they will not show up when a user trys to print. The ...
Started by Ryan on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Granting....
Here's are using the user's credentials.
Edit: I posted too soon.
There was a page on MSDN that said how you can impersonate another user that might have access to the printers, but I've not been able to find it.
Local printers.
|
|
We have an application that uses Active Reports documents. You pass a document the UNC of the printer and away it goes.
We have a group that runs this application within a Citrix session and the truly networked printers function perfectly but shared printers...
Started by Harry on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Printers added this way appear to all users logging onto the Citrix serverAre the citrix....
Auto-created printers are to be avoided the printer to use that port.
The printer driver has to be installed on the Citrix server itself.
|
|
I have a Windows Service application that every now and then should print some documents. As far as I know, to print those documents, my service must be run with a user account other than Local Service or Network Service. So i have created a user account...
Started by Mohammadreza on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Why not set all printers up with a local queue, that way they're always local printers and you don't have the issue?
You can point a local queue to a network printer by creating a local port with the relevant....
printers manually.
|
|
When I configure a new remote desktop connection to connect to servers I often forget to uncheck the option inside of local devices and resources for remote printers. This creates exceptions in the event log for the server I connect of source: TerminalServices...
Started by Geoff Dalgas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
RDP printer sharing is on by default in remote desktop, unfortunately:
The printer....
Set it to Enabled if the server isn't actually in a domain .
Services - Client/Server data redirection - "Do not allow client printer redirection".
|