1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Printer Control App

Discussion in 'Windows Server System' started by bpate, 2006/02/14.

  1. 2006/02/14
    bpate

    bpate Inactive Thread Starter

    Joined:
    2006/02/14
    Messages:
    3
    Likes Received:
    0
    I started a new position with a company and have an issue with printer control. The Goal is to have fixed Printer Assignments and allow variable printers depending on what office an individual is working in. For example User1 in City2 has printers A, B and C installed via net queues as his defaults. User1 now visits City3 and needs to print to printer Z. Once the user returns to City2 we want to remove the temporary printer from the machine automatically.

    Now to throw a curve ball. On Occation we have a user that prints regularly to another City and needs that queue on a regular basis.

    Any Thoughts?

    Thanks
    Bob
     
  2. 2006/02/24
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    Log on scripts is the way I would to go. And VBScript ones probably to give the level of sophistication you need. However, how you set them up depends on your server and domain set up.

    Perhaps you could use the IP address of the office to determine which branch of a script fires off.

    If start of IP address is 10.0.1 then connect to these printers otherwise connect to these printers.

    This site gives you an example of a bit of VBScript that will grab the IP address.
     

  3. to hide this advert.

  4. 2006/02/25
    bpate

    bpate Inactive Thread Starter

    Joined:
    2006/02/14
    Messages:
    3
    Likes Received:
    0
    Thanks ReggieB
    I just finished going through our login scripts on a plane. We already use the login scripts (to an extreme) and hence the reason for wanting to scale these back. They are using Printer Access Groups to determin who gets what printers and what is the default. But when we have a situation of a traveler between the offices is when most of the difficulty comes in.

    I think what we really need is more of a application distribution system and maybe a VB app for unique Printer assingments or temporary assignments.

    Thanks
    Bob
     
  5. 2006/02/26
    scorp508

    scorp508 Inactive

    Joined:
    2006/02/09
    Messages:
    50
    Likes Received:
    0
    Windows Server 2003 R2 would be great for this. :)
     
  6. 2006/02/27
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    Laptop users who connect to different networks at different times are "challenging" with 2000 or XP. The fact that the OS insists on creating a new profile for you just because you log onto a different domain is a pain (OK as a default behaviour, but there really should be an easy way to tell the system to use an existing profile instead).

    I recently came across this:

    http://www.oreilly.com/catalog/msh/

    Monad might give you the functionality you want without having to go for a dedicated VB app. I'd be interested to hear if you did find it useful. Monad's current on my list of "interesting new technology that I must look into when I have a spare moment ".
     
  7. 2006/02/27
    bpate

    bpate Inactive Thread Starter

    Joined:
    2006/02/14
    Messages:
    3
    Likes Received:
    0
    I agree that Monad may have some possibilities for this but unfortunately I won't have time to look at it until late June.

    Thanks. I'll keep the tread in mind and let you know.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.