Re: Admin Printer Setup?
From: Bruce Sanderson (bsanders_at_junk.junk)
Date: 05/17/04
- Previous message: Bruce Sanderson: "Re: Can't Access Printer - help!"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Admin Printer Setup?"
- Next in thread: Steve: "Re: Admin Printer Setup?"
- Reply: Steve: "Re: Admin Printer Setup?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 16 May 2004 22:27:34 -0700
Try
net use \\printserver\IPC$ stupid /user:doh\really /persistent:yes
This net use command connects to the hidden share called IPC$ on the
printserver (not the printer on the printserver), using the username and
password supplied thus establishing the credentials for all subsequent
connections from the client computer to the printserver computer. Then,
later, when you attempt to connect to the printer on the printserver
computer, the client has already been "authenticated" by printserver using
the credentials you supplied on the net use command, so the connection to
the printer will be permitted.
Well, anyway, that's the theory and it usually works!
-- Bruce Sanderson MVP Printing It is perfectly useless to know the right answer to the wrong question. <anonymous@discussions.microsoft.com> wrote in message news:d41901c439e9$83cdc3c0$a101280a@phx.gbl... > Ok, I seem to be doing something wrong with the syntax. > Let's assume the following and tell me what I am doing > wrong. > > username:really > password:stupid > domain:doh > servername:printerserver > printername:printer01 > > I am entering the following with no luck: > net use \\printerserver\printer01\IPC$ > stupid /user:doh\really /persistent:yes > > just throws back a sytax explanation for net use. I have > tried many different combinations. > > thanks for the help > >>-----Original Message----- >>You have a couple of possible choices: >> >>1. add the computer to the domain and then logon using a > domain user account >>that has access to the printer. In this scenario, you > can add the domain >>user account to the local Administrators group (while > logged on locally as >>Administrator) so that the domain user account acts as a > local >>administrator. >> >>2. open a command prompt and use this command: >> >> net use \\printservername\IPC$ > password /USER:DomainName\DomainUserName >>/persistent:yes >> >>where: >> printservername is the Computer Name of the computer > that has the >>(network) printer you want to use >> password is the password for the > DomainName\DomainUserName >> DomainName is the name of the domain in which > DomainUserName is defined >> DomainUserName is the User Name for a user account > defined in the >>DomainName domain that is permitted to use the printer >> /persistent:yes is exactly that character string - > this is optional, but >>makes the setting permanent, so you don't have to issue > the command each >>time you logon. Naturally, if the password for the > DomainUserName account >>is changed, you will have to re-issue the command with > the new password. >> >>After isssuing this command, you should be able to use > the printer. >>-- >>Bruce Sanderson MVP >> >>It's perfectly useless to know the right answer to the > wrong question. >> >> >>"Stephen" <anonymous@discussions.microsoft.com> wrote in > message >>news:c46301c4385d$02f178b0$a301280a@phx.gbl... >>> I am logged into the box locally as the admin. I am > trying >>> to connect to a network printer. I can add the printer >>> with add printer utility using the \\server\printer >>> syntax, however, the system cannot access the printer >>> (access denied) because it is on the domain. How do I >>> either set it up differently or supply the credentials > so >>> it can be accessed? >>> >>> Thanks. >> >> >>. >>
- Previous message: Bruce Sanderson: "Re: Can't Access Printer - help!"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Admin Printer Setup?"
- Next in thread: Steve: "Re: Admin Printer Setup?"
- Reply: Steve: "Re: Admin Printer Setup?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|