There are a few way's to do this. MartinBerton offers a scripting solution which is basically the same as what I post here: (PRINTERS USED HERE ARE FOR EXAMPLE ONLY)!
++++++++++START REG STUB FILE HERE+++++++++
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Printer
[HKEY_CURRENT_USER\Printer
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
"Server"="\\\\SERVERNAME"
"Provider"="win32spl.dll"
[HKEY_CURRENT_USER\Printer
[HKEY_CURRENT_USER\Printer
[HKEY_CURRENT_USER\Printer
"Test Page"=dword:00000001
"From Web"=dword:00000000
"Use Existing"=dword:00000000
"Set As Default"=dword:00000000
"Driver Name"=""
"Local Printer"=dword:00000001
"Shared"=dword:00000000
"Additional Drivers"=dword:00000001
"PnP Autodetect"=dword:00000001
++++++END STUB FILE HERE+++++++++++++
Main Topics
Browse All Topics





by: MartinBertonPosted on 2004-06-04 at 03:14:27ID: 11231015
Hello nnection "\\printserver\printer" erConnecti on "\\printserver\printer" ections cripting/r eference.p hp?id=131
The best way to do this should be to create a logonscript for all users. Make a script to change the mapped printerqueues using the methods;
WshNetwork.RemovePrinterCo
WshNetwork.AddWindowsPrint
and if you are an advanced scripter you can use;
WshNetwork.EnumPrinterConn
to only remap connected printers. For help on how to use these methods, check out;
http://www.winguides.com/s
This will not use the admin account as you requested, but should work.
Good luck!