Networking Forums

Networking Forums > Computer Networking > Windows Networking > Setup default printers for users?

Reply
Thread Tools Display Modes

Setup default printers for users?

 
 
Mervin Williams
Guest
Posts: n/a

 
      08-06-2004, 06:21 PM
How do I setup default printers for users of the network within Windows
Server 2003? That is, when a user logs on, I want all printers that I setup
to AUTOMATICALLY show up in their list of Printers and Faxes.

Mervin Williams


 
Reply With Quote
 
 
 
 
Miha Pihler
Guest
Posts: n/a

 
      08-06-2004, 07:01 PM
Hi Marvin,

Personally I use logon on startup scripts. This is one example of such
script.

***********************************************
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\Primus\HP4500"
WshNetwork.SetDefaultPrinter "\\Primus\HP4500"
***********************************************

Leave last line out if you don't want the printer to be the default one.

I hope this helps,

Mike

"Mervin Williams" <(E-Mail Removed)> wrote in message
news:ei0FaJ%(E-Mail Removed)...
> How do I setup default printers for users of the network within Windows
> Server 2003? That is, when a user logs on, I want all printers that I

setup
> to AUTOMATICALLY show up in their list of Printers and Faxes.
>
> Mervin Williams
>
>



 
Reply With Quote
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      08-06-2004, 07:06 PM
quoted from http://www.ChicagoTech.net
How to setup a default printer based on a network group

' Add a network printer if the computer is a member of the group.
' Make this printer the default.
If IsMember(objComputer, "information_system") Then
objNetwork.AddWindowsPrinterConnection "\\chicagotech\cc041hp4050"
objNetwork.SetDefaultPrinter "\\chicagotech\cc041hp4050"
End If


--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.

"Mervin Williams" <(E-Mail Removed)> wrote in message
news:ei0FaJ%(E-Mail Removed)...
> How do I setup default printers for users of the network within Windows
> Server 2003? That is, when a user logs on, I want all printers that I
> setup
> to AUTOMATICALLY show up in their list of Printers and Faxes.
>
> Mervin Williams
>
>



 
Reply With Quote
 
Cary Shultz [A.D. MVP]
Guest
Posts: n/a

 
      08-07-2004, 12:48 PM
Think that this was meant for the question below....

Cary

"Phillip Renouf" <(E-Mail Removed)> wrote in message
news:4857D84D-21AC-4FAE-A8DC-(E-Mail Removed)...
> On the TCP/IP properties page go to the Advanced TCP/IP settings and

choose
> the DNS tab. Click the checkbox beside 'Register this connection's address

in
> DNS'
>
> That should do it.
>
> The requirement of having Secure DDNS updates is done on the server side.
>
> Phil
>
> "Mervin Williams" wrote:
>
> > How do I setup default printers for users of the network within Windows
> > Server 2003? That is, when a user logs on, I want all printers that I

setup
> > to AUTOMATICALLY show up in their list of Printers and Faxes.
> >
> > Mervin Williams
> >
> >
> >



 
Reply With Quote
 
Keith Ng
Guest
Posts: n/a

 
      08-11-2004, 08:38 PM
Hi Phillip,

How do I tell the Windows server (DNS client) to use the encryption key pair
which is generated by the BIND server.

Thanks


"Phillip Renouf" <(E-Mail Removed)> wrote in message
news:4857D84D-21AC-4FAE-A8DC-(E-Mail Removed)...


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Users Do Not Have Printers MLS Windows Networking 4 01-27-2009 02:56 PM
setup default gateway ? Timmy Windows Networking 3 05-25-2007 09:31 PM
Printers default to FQDN\Printer at Windows Networking 0 05-17-2007 12:52 PM
Default gateway setup Joel Moore Linux Networking 2 10-06-2006 05:06 PM
default gateway setup Weilin Gong Linux Networking 0 06-16-2004 01:13 AM



1 2 3 4 5 6 7 8 9 10 11