PC Review


Reply
Thread Tools Rate Thread

How can I get a W2k workgroup PC to print from a domain printer?

 
 
quentinhudson@hotmail.com
Guest
Posts: n/a
 
      31st Jan 2006
We have one PC in a workgroup and I want the user to be able to print
to a W2K pdc printer. The server is called PDC02 and is a member of the
domain OWA. If I type \\pdc02 from the run prompt, it will ask me for
user credentials and then I can see and use all the printers on the
server. However, I want this process to be automated, so the user can
just log on with a local PC account and print right away to the domain
printer. To do this I created a batch file on her pc and created a
shortcut to it inside her startup folder, hoping it would give her
sufficient credentials on the domain.

This is the syntax within the batch file:

NET USE \\PDC02\IPC$ spring06/USER:Gaynor Reed /PERSISTENT:YES

PDC02 is the name of the server, the username of the domain account is
Gaynor Reed, and the password of her domain account is spring06.

However, even though the batch file runs when she logs on to her local
machine, her printers still show as 'unable to connect' and are
unusable until she goes to PDC02 from the run prompt again and manually
types in her credentials. Where am I going wrong here, and what is the
best way to allow her to print from the printer on this server?

Thanks.

 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Jan 2006

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We have one PC in a workgroup and I want the user to be able to print
> to a W2K pdc printer. The server is called PDC02 and is a member of the
> domain OWA. If I type \\pdc02 from the run prompt, it will ask me for
> user credentials and then I can see and use all the printers on the
> server. However, I want this process to be automated, so the user can
> just log on with a local PC account and print right away to the domain
> printer. To do this I created a batch file on her pc and created a
> shortcut to it inside her startup folder, hoping it would give her
> sufficient credentials on the domain.
>
> This is the syntax within the batch file:
>
> NET USE \\PDC02\IPC$ spring06/USER:Gaynor Reed /PERSISTENT:YES
>
> PDC02 is the name of the server, the username of the domain account is
> Gaynor Reed, and the password of her domain account is spring06.
>
> However, even though the batch file runs when she logs on to her local
> machine, her printers still show as 'unable to connect' and are
> unusable until she goes to PDC02 from the run prompt again and manually
> types in her credentials. Where am I going wrong here, and what is the
> best way to allow her to print from the printer on this server?
>
> Thanks.
>


Create an account on the server that matches the user's
account/password, then grant this user access to your
printer. You can now define this printer on the user's PC
via the Control Panel. There is no need to run any batch
files with embedded passwords (horrible!) nor to link
the printer to LPT2:.


 
Reply With Quote
 
quentinhudson@hotmail.com
Guest
Posts: n/a
 
      31st Jan 2006

Thanks for the input, but local accounts of the server are disabled, so
this is not an option. Any other ideas?

Pegasus (MVP) wrote:
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > We have one PC in a workgroup and I want the user to be able to print
> > to a W2K pdc printer. The server is called PDC02 and is a member of the
> > domain OWA. If I type \\pdc02 from the run prompt, it will ask me for
> > user credentials and then I can see and use all the printers on the
> > server. However, I want this process to be automated, so the user can
> > just log on with a local PC account and print right away to the domain
> > printer. To do this I created a batch file on her pc and created a
> > shortcut to it inside her startup folder, hoping it would give her
> > sufficient credentials on the domain.
> >
> > This is the syntax within the batch file:
> >
> > NET USE \\PDC02\IPC$ spring06/USER:Gaynor Reed /PERSISTENT:YES
> >
> > PDC02 is the name of the server, the username of the domain account is
> > Gaynor Reed, and the password of her domain account is spring06.
> >
> > However, even though the batch file runs when she logs on to her local
> > machine, her printers still show as 'unable to connect' and are
> > unusable until she goes to PDC02 from the run prompt again and manually
> > types in her credentials. Where am I going wrong here, and what is the
> > best way to allow her to print from the printer on this server?
> >
> > Thanks.
> >

>
> Create an account on the server that matches the user's
> account/password, then grant this user access to your
> printer. You can now define this printer on the user's PC
> via the Control Panel. There is no need to run any batch
> files with embedded passwords (horrible!) nor to link
> the printer to LPT2:.


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Jan 2006
Make it a domain account. Even better - connect the printer to
some workstation instead of the server, or use a print server.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Thanks for the input, but local accounts of the server are disabled, so
> this is not an option. Any other ideas?
>
> Pegasus (MVP) wrote:
> > <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > We have one PC in a workgroup and I want the user to be able to print
> > > to a W2K pdc printer. The server is called PDC02 and is a member of

the
> > > domain OWA. If I type \\pdc02 from the run prompt, it will ask me for
> > > user credentials and then I can see and use all the printers on the
> > > server. However, I want this process to be automated, so the user can
> > > just log on with a local PC account and print right away to the domain
> > > printer. To do this I created a batch file on her pc and created a
> > > shortcut to it inside her startup folder, hoping it would give her
> > > sufficient credentials on the domain.
> > >
> > > This is the syntax within the batch file:
> > >
> > > NET USE \\PDC02\IPC$ spring06/USER:Gaynor Reed /PERSISTENT:YES
> > >
> > > PDC02 is the name of the server, the username of the domain account is
> > > Gaynor Reed, and the password of her domain account is spring06.
> > >
> > > However, even though the batch file runs when she logs on to her local
> > > machine, her printers still show as 'unable to connect' and are
> > > unusable until she goes to PDC02 from the run prompt again and

manually
> > > types in her credentials. Where am I going wrong here, and what is the
> > > best way to allow her to print from the printer on this server?
> > >
> > > Thanks.
> > >

> >
> > Create an account on the server that matches the user's
> > account/password, then grant this user access to your
> > printer. You can now define this printer on the user's PC
> > via the Control Panel. There is no need to run any batch
> > files with embedded passwords (horrible!) nor to link
> > the printer to LPT2:.

>



 
Reply With Quote
 
quentinhudson@hotmail.com
Guest
Posts: n/a
 
      31st Jan 2006

I did consider the idea of a domain account, but surely the server will
not give the rights of a domain account (should I create one) with the
same name to local user account on her workstation? They are
completely seperate at the moment, and I dont see how the PDC would see
them as anything else - although I hope I am wrong.

I am afraid a Print Server or a dedicated printer is out of the
question for just one user.

Thanks for responding.

 
Reply With Quote
 
GTS
Guest
Posts: n/a
 
      31st Jan 2006
Leaving aside the security issue of embedding a password in a batch file,
your batch syntax is incorrect. It should look like this -

NET USE \\PDC02\PRINTERNAME /USER:"Gaynor Reed" spring06

You should put a pause line at the end of the batch for testing initially.
Note it is possible to use this batch technique with a prompt for name and
password. If interested

See the "EasyMap" samples on the Tech Tips and Downloads page at
http:// [Remove this and spaces] www. gtscomputerservice. com
--

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We have one PC in a workgroup and I want the user to be able to print
> to a W2K pdc printer. The server is called PDC02 and is a member of the
> domain OWA. If I type \\pdc02 from the run prompt, it will ask me for
> user credentials and then I can see and use all the printers on the
> server. However, I want this process to be automated, so the user can
> just log on with a local PC account and print right away to the domain
> printer. To do this I created a batch file on her pc and created a
> shortcut to it inside her startup folder, hoping it would give her
> sufficient credentials on the domain.
>
> This is the syntax within the batch file:
>
> NET USE \\PDC02\IPC$ spring06/USER:Gaynor Reed /PERSISTENT:YES
>
> PDC02 is the name of the server, the username of the domain account is
> Gaynor Reed, and the password of her domain account is spring06.
>
> However, even though the batch file runs when she logs on to her local
> machine, her printers still show as 'unable to connect' and are
> unusable until she goes to PDC02 from the run prompt again and manually
> types in her credentials. Where am I going wrong here, and what is the
> best way to allow her to print from the printer on this server?
>
> Thanks.
>



 
Reply With Quote
 
quentinhudson@hotmail.com
Guest
Posts: n/a
 
      31st Jan 2006
Hi,

Still couldn't get it to work, so I just added the PC on to the domain.
Thanks for all your suggestions guys.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I get a W2k workgroup PC to print from a domain printer? quentinhudson@hotmail.com Windows XP Print / Fax 6 31st Jan 2006 05:07 PM
How can I get a W2k workgroup PC to print from a domain printer? quentinhudson@hotmail.com Microsoft Windows 2000 6 31st Jan 2006 05:07 PM
How can I get a W2k workgroup PC to print from a domain printer? quentinhudson@hotmail.com Microsoft Windows 2000 Security 6 31st Jan 2006 05:07 PM
How can I get a W2k workgroup PC to print from a domain printer? quentinhudson@hotmail.com Microsoft Windows 2000 Networking 6 31st Jan 2006 05:07 PM
Workgroup PC to Print to a Domain Printer Alexander Nicholas Microsoft Windows 2000 Printing 3 28th Oct 2003 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:12 PM.