+ Post New Thread
Results 1 to 12 of 12
How do you do....it? Thread, Mounting Printers in Technical; How do you guys do it? We have a logon script which determines where they are and adds the printers....
  1. #1

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,827
    Blog Entries
    1
    Thank Post
    785
    Thanked 1,137 Times in 682 Posts
    Rep Power
    320

    Mounting Printers

    How do you guys do it?
    We have a logon script which determines where they are and adds the printers.

  2. IDG Tech News
  3. #2
    Guest

    Re: Mounting Printers

    I use computer OUs and then have logon vbs scripts that map the required printers.

  4. #3
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,735
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Mounting Printers

    VBS script which runs on computer startup and setups up printers based on computer name. Ric's posted his version of it (which mines based on) in the Scripts forum.

    http://www.edugeek.net/index.php?nam...iewtopic&t=404

  5. #4
    Jake's Avatar
    Join Date
    Jan 2006
    Location
    Sunny South Coast
    Posts
    953
    Thank Post
    11
    Thanked 12 Times in 10 Posts
    Rep Power
    18

    Re: Mounting Printers

    Same here, VBS - computer name

  6. #5

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,827
    Blog Entries
    1
    Thank Post
    785
    Thanked 1,137 Times in 682 Posts
    Rep Power
    320

    Re: Mounting Printers

    Our current script I wrote uses a similar approach to the one listed in the link.
    I though dont use vb to remove printers, I use a dos program that removes only networked printers and leaves usb/other local printers alone.

    The only thing is though we have to use a delay when adding printers to our pc's after each .AddWindowsPrinterConnection command otherwise they dont all get added.
    Its a 8 sec delay too for each printer.
    Any ideas why that would be happening?

    The delay command is WScript.Sleep(8000)

  7. #6
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,735
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Mounting Printers

    Any ideas why that would be happening?
    Installing the printer drivers?

  8. #7
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,963
    Thank Post
    100
    Thanked 243 Times in 222 Posts
    Rep Power
    98

    Re: Mounting Printers

    This is only usually a problem for me if I try and set the default printer without a delay after the last printer. It always adds the printers correctly though. If you look at the script in the forum it takes into account local printers.

  9. #8

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,839
    Thank Post
    99
    Thanked 750 Times in 585 Posts
    Rep Power
    176

    Re: Mounting Printers

    @ZeroHour: I have users that would kill me if they had to wait 8 seconds to print something!

    Try my script out and tweak away - I should really re-post my up to date version.

  10. #9

    Join Date
    Jun 2005
    Location
    Elgin, Scotland
    Posts
    389
    Thank Post
    1
    Thanked 4 Times in 4 Posts
    Rep Power
    21

    Re: Mounting Printers

    Yes you should, shouldn't you... :P

  11. #10

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,827
    Blog Entries
    1
    Thank Post
    785
    Thanked 1,137 Times in 682 Posts
    Rep Power
    320

    Re: Mounting Printers

    Here is my script. It works basically the same as yours but I have a very very popular feedback agent.
    All the commands that do anything are disabled so you wont lose nor add printers if you run it to see.
    Staff here are loving the agent though.
    Attached Files Attached Files

  12. #11
    Norphy's Avatar
    Join Date
    Jan 2006
    Location
    Dunstable
    Posts
    1,546
    Blog Entries
    4
    Thank Post
    30
    Thanked 86 Times in 75 Posts
    Rep Power
    38

    Re: Mounting Printers

    As they say, a picture tells a thousand words. This is how we set ours up:



    con2prt.exe is a nice little command line utility which maps printers via the command line. Each computer room has an OU, each computer room with a printer has a GPO like that attached to it.

    It seems to work well enough. However when we get a copy of 2003 R2 I'll use the print management console. From what I saw from the eval version it'll be worth it.

  13. #12

    john's Avatar
    Join Date
    Sep 2005
    Location
    London
    Posts
    9,997
    Thank Post
    1,278
    Thanked 892 Times in 777 Posts
    Rep Power
    249

    Re: Mounting Printers

    We let the user add network printers into there roaming profile in most areas, although I have started adding some in as local LPR printers

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 1
    Last Post: 7th November 2007, 11:53 AM
  2. Help!! Projector Mounting Problem
    By crc-ict in forum Hardware
    Replies: 9
    Last Post: 6th November 2007, 11:41 AM
  3. Replies: 4
    Last Post: 25th October 2007, 11:34 AM
  4. Replies: 1
    Last Post: 1st October 2007, 05:25 PM
  5. Printers
    By DSapseid in forum Wireless Networks
    Replies: 9
    Last Post: 27th April 2007, 12:26 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
  •