Windows Server 2000/2003 Thread, Default Network Printer in Technical; Hi everyone,
Can anyone give me a good solution for a default network printer? We have a vanilla network running ...
-
13th October 2011, 09:04 AM #1
- Rep Power
- 0
Default Network Printer
Hi everyone,
Can anyone give me a good solution for a default network printer? We have a vanilla network running Server 2003 Standard with XP Pro SP3 with Ranger v5. Do I have to get another server running 2003 R2 or is it possible to do with the Script.? Please advise me in detail.
Thanks in advanced.
-
-
IDG Tech News
-
13th October 2011, 11:13 AM #2 Surprised no-one else has got back to you on this one yet.
Anyway, a vbs logon script will do the trick fine. Most of my 2003 schools have a logon script that sets up the printers and names a default based on the group a machine is in (e.g. the Office group get a different default printer to the others, and the machines the kids use don't get the colour printer at all); then a logoff script cleans up.
Someone else's name is writ large on the scripts, so I wouldn't feel right about posting one, but search the site (or Google) for examples.
-
-
13th October 2011, 09:43 PM #3 Example of vbs script to add printer as default
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\server\printername"
Set objPrinter = CreateObject("WScript.Network")
objPrinter.SetDefaultPrinter "\\server\printer"
-
SHARE: 
Similar Threads
-
By stringfellow in forum Windows
Replies: 1
Last Post: 6th October 2010, 10:43 AM
-
By tickmike in forum Windows
Replies: 13
Last Post: 5th September 2006, 05:45 PM
-
By Kyle in forum Hardware
Replies: 15
Last Post: 14th June 2006, 04:42 PM
-
By speckytecky in forum Wireless Networks
Replies: 1
Last Post: 31st May 2006, 06:44 PM
-
By woody in forum Scripts
Replies: 7
Last Post: 27th November 2005, 10:41 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules