+ 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,417
    Blog Entries
    1
    Thank Post
    601
    Thanked 945 Times in 569 Posts
    Rep Power
    249

    Mounting Printers

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

  2. #2
    Guest

    Re: Mounting Printers

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

  3. #3
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    10,963
    Blog Entries
    1
    Thank Post
    104
    Thanked 422 Times in 365 Posts
    Rep Power
    109

    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

  4. #4
    Jake's Avatar
    Join Date
    Jan 2006
    Location
    Sunny South Coast
    Posts
    948
    Thank Post
    10
    Thanked 11 Times in 9 Posts
    Rep Power
    15

    Re: Mounting Printers

    Same here, VBS - computer name

  5. #5

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,417
    Blog Entries
    1
    Thank Post
    601
    Thanked 945 Times in 569 Posts
    Rep Power
    249

    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)

  6. #6
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    10,963
    Blog Entries
    1
    Thank Post
    104
    Thanked 422 Times in 365 Posts
    Rep Power
    109

    Re: Mounting Printers

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

  7. #7
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,756
    Thank Post
    85
    Thanked 203 Times in 186 Posts
    Rep Power
    81

    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.

  8. #8

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,603
    Thank Post
    96
    Thanked 678 Times in 523 Posts
    Rep Power
    156

    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.

  9. #9

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

    Re: Mounting Printers

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

  10. #10

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,417
    Blog Entries
    1
    Thank Post
    601
    Thanked 945 Times in 569 Posts
    Rep Power
    249

    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

  11. #11
    Norphy's Avatar
    Join Date
    Jan 2006
    Location
    Dunstable
    Posts
    1,255
    Thank Post
    13
    Thanked 36 Times in 27 Posts
    Rep Power
    26

    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.

  12. #12

    john's Avatar
    Join Date
    Sep 2005
    Location
    Yorkshire
    Posts
    9,092
    Thank Post
    960
    Thanked 719 Times in 639 Posts
    Rep Power
    195

    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, 12:53 PM
  2. Help!! Projector Mounting Problem
    By crc-ict in forum Hardware
    Replies: 9
    Last Post: 6th November 2007, 12:41 PM
  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 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
  •