Installing printers on all WKS under one OU

  • Thread starter Thread starter Oleg
  • Start date Start date
O

Oleg

Hello,

I've installed two network LJ printers on DC (W2K). I've
listed them in AD. Just now I need to add them to all wks
under specified OU and make one as default. May be you can
advise me how I can do this by GPO or other way?It is
really time consuming to install them on each WKS
separately.

Thank you in advance,
Oleg
 
Yes of course it takes much time to do it manually , this question have been
up many times before here so please check that before you ask :)

Assign a Logon Script at your GPO for the particular OU

http://support.microsoft.com/default.aspx?scid=kb;en-us;322241#2

Script Code

Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\PrintServer1\Xerox300"
WshNetwork.SetDefaultPrinter "\\PrintServer1\Xerox300"


More Printing Scripts:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/printing/default.asp

If you working with scripts , i will strongly recommend Microsoft TechNet
Script Center:
http://www.microsoft.com/technet/scriptcenter
--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top