Printer installation script..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CH3

    Printer installation script..

    Hi,

    I've not done any programming for years, but I would like to write a simple
    program/script to help with something at work. We have several print servers
    for our 2000+ users, and whenever we have to rebuild a user profile we have
    to add the printers to this profile. The printers are on all print servers
    for built in redundancy, but it's a pain having to add each one several
    times. I want to write a simple program so that you enter the printer name
    once, and it adds them to each printer server for you.

    Is Visual Basic what I need?


  • Raoul Watson

    #2
    Re: Printer installation script..


    "CH3" <nomail@nomail. com> wrote in message
    news:bXI5b.131$ 1s4.36@news-binary.blueyond er.co.uk...[color=blue]
    > Hi,
    >
    > I've not done any programming for years, but I would like to write a[/color]
    simple[color=blue]
    > program/script to help with something at work. We have several print[/color]
    servers[color=blue]
    > for our 2000+ users, and whenever we have to rebuild a user profile we[/color]
    have[color=blue]
    > to add the printers to this profile. The printers are on all print servers
    > for built in redundancy, but it's a pain having to add each one several
    > times. I want to write a simple program so that you enter the printer name
    > once, and it adds them to each printer server for you.
    >
    > Is Visual Basic what I need?
    >[/color]

    Probably not..

    If the user permissions are pretty much the same (super user level or
    higher), you can setup one PC as a user, add the printer manually, then copy
    the profile to the all user profile.

    o.e. right mouse click on the Mmy Computer icon, click on the tab User
    Profiles, highlight the user that you just setup with the printer, click
    "Copy to..", change the "Permitted to use" to "Everyone" and select Browse
    under Copy Profile To and find the target "c:\Documen ts and settings" and
    highlight "All Users" <OK>

    Now when a new user uses the machine, he'll have the printer.


    Comment

    • CH3

      #3
      Re: Printer installation script..

      thanks, but not at all what I asked.

      Anyone else? Instead of adding the printer 3 times for each print server, I
      want to just enter the printer name in a script (the name is the same on
      each print server) and the script adds this printer to the user profile for
      each print server.



      "Raoul Watson" <WatsonR@Intell igenCIA.com> wrote in message
      news:xsJ5b.2502 3$NC2.14687@nwr dny01.gnilink.n et...[color=blue]
      >
      > "CH3" <nomail@nomail. com> wrote in message
      > news:bXI5b.131$ 1s4.36@news-binary.blueyond er.co.uk...[color=green]
      > > Hi,
      > >
      > > I've not done any programming for years, but I would like to write a[/color]
      > simple[color=green]
      > > program/script to help with something at work. We have several print[/color]
      > servers[color=green]
      > > for our 2000+ users, and whenever we have to rebuild a user profile we[/color]
      > have[color=green]
      > > to add the printers to this profile. The printers are on all print[/color][/color]
      servers[color=blue][color=green]
      > > for built in redundancy, but it's a pain having to add each one several
      > > times. I want to write a simple program so that you enter the printer[/color][/color]
      name[color=blue][color=green]
      > > once, and it adds them to each printer server for you.
      > >
      > > Is Visual Basic what I need?
      > >[/color]
      >
      > Probably not..
      >
      > If the user permissions are pretty much the same (super user level or
      > higher), you can setup one PC as a user, add the printer manually, then[/color]
      copy[color=blue]
      > the profile to the all user profile.
      >
      > o.e. right mouse click on the Mmy Computer icon, click on the tab User
      > Profiles, highlight the user that you just setup with the printer, click
      > "Copy to..", change the "Permitted to use" to "Everyone" and select Browse
      > under Copy Profile To and find the target "c:\Documen ts and settings" and
      > highlight "All Users" <OK>
      >
      > Now when a new user uses the machine, he'll have the printer.
      >
      >[/color]


      Comment

      • Raoul Watson

        #4
        Re: Printer installation script..


        "CH3" <nomail@nomail. com> wrote in message
        news:6iQ5b.4351 $JK4.2856@news-binary.blueyond er.co.uk...[color=blue]
        > thanks, but not at all what I asked.
        >
        > Anyone else? Instead of adding the printer 3 times for each print server,[/color]
        I[color=blue]
        > want to just enter the printer name in a script (the name is the same on
        > each print server) and the script adds this printer to the user profile[/color]
        for[color=blue]
        > each print server.
        >
        >[/color]
        I am not sure you're understanding what I am saying. For each new user that
        logs in, a new profile will be created (unless you're using the old win95/98
        where one can hit cancel). So if you have three users, there will be three
        new profiles (at least happening once). So what I am saying is why not set
        up ONE pc (once) with the print server you need and then COPY this profile.
        Once this profile is stored on the LAN, other new users (hitting this
        roaming profile) will have the printer automatically setup.


        Comment

        Working...