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
>
>