Jump to content

cgresq192

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by cgresq192

  1. Awesome! Thats helps a lot! Thanks Guys!
  2. What is the best way to accomplish your method? Can you post an example script and how it is assigned in group policy? Thanks for any help!
  3. I've looked at the wiki. Not sure how I would use as exampled. Seeing as we have multiple print servers? Would I be able to do the following? Case "s08-w103" and "s08-w104" WshNetwork.AddWindowsPrinterConnection "\s08-print01\s08-library" WshNetwork.AddWindowsPrinterConnection "\s08-print01\s08-room103" WshNetwork.SetDefaultPrinter "\s08-print01\s08-room103" Case "s03-wsci" and "s03-c22" and "s03-c23" and "s03-c25" WshNetwork.AddWindowsPrinterConnection "\s03-print01\s03-library" WshNetwork.AddWindowsPrinterConnection "\s03-print01\s03-room103" WshNetwork.SetDefaultPrinter "\s03-print01\s03-room103" ??
  4. Ok, we need something similar Currently we have print servers in each site (4 sites total) s03,s05,s08,s02 Computer's are named the following method as an example S03-w103pc01 s03-wscipc03 s08-w204pc03 s02-c22pc01 We need a method to add printers by computer name. Preferably a method to add multiple printers to multiple computers for example if I have computer name s03-w103, or s03-w104 or s03-w104 add Printer A Printer B Printer C Set default printer A Basically a script that runs at logon or startup that looks for the computer name and adds printer based on name. Preferablyatlogin so it runs every time consistently All printers are already installed on print servers. Domain is server 2003 R2 Would also like this script to run in background so user's cannot "X' it out and get no printers Any help is much appreciated
×
×
  • Create New...