Results 1 to 7 of 7

Thread: how to create printers in login script

  1. #1
    Mehbs Guest

    how to create printers in login script

    I want to create a login script like a batch file where I can use NET USE
    command to connect network printers to users. I can map the network drives
    but I am not able to connect network printers thru batch file.

    I tried NET USE \\MYSERVER\SHAREPRINTER or
    NET USE LPT1: \\MYSERVER\SHAREPRINTER

    This both command shows that the statement was successful but when I go to
    my printers to see if there is any printer, I dont see any printer there.

    I am using windows 2003 server and xp as client.

    Thank you.

  2. #2
    Lanwench [MVP - Exchange] Guest

    Re: how to create printers in login script

    You don't want to use "net use" commands for this, but you can script it. Do
    you have AD?

  3. #3
    Edoardo Benussi [MVP] Guest
    i add only that "using logon script to install printer" needs locally
    administrative
    rights on client.

    No, not if it's a network printer - limited users can install those by
    default.

  4. #4
    Edoardo Benussi [MVP] Guest
    it depends on user rights in domain policies.
    normally a simple user cannot "load and unload device drivers".

    Correct. However, by default, the policies definitely permit a limited user
    to connect to a network printer. I do this all the time - my users don't
    have admin rights.

    exactly (even if it would be better reduce rights on simple users).
    regards.

  5. #5
    Bill Kearney Guest

    Re: how to create printers in login script

    Connect to, versus install, require different rights. Although I can't
    state categorically, I believe if you install the drivers for the type of
    printer first, then regular users can connect to ones using that driver
    without needing admin rights. If that's actually correct then can you
    install all the drivers for the expected printers first?

  6. #6
    Lanwench [MVP - Exchange] Guest

    Re: how to create printers in login script

    The drivers for the remote / network-shared printer will be installed from
    the share when the user connects to it, if they don't exist on the target
    PC. Test it :-)

  7. #7
    Join Date
    Aug 2009
    Posts
    1

    Re: how to create printers in login script

    copy con2prn.exe to the netlogon directory

    \\server01\netlogon\con2prn.exe /cd \\server01\printer

    the /cd connects as default
    /c connects

Similar Threads

  1. WAP login script in php
    By Steinbach in forum Software Development
    Replies: 3
    Last Post: 14-04-2009, 09:22 AM
  2. Where to place login script
    By Jame-Son in forum Active Directory
    Replies: 2
    Last Post: 25-11-2008, 08:44 PM
  3. to add username & password into my login.cmd - login script
    By sphilip in forum Windows Server Help
    Replies: 4
    Last Post: 05-03-2008, 11:04 PM
  4. Net time on login script
    By Marc S in forum Windows Server Help
    Replies: 6
    Last Post: 07-02-2008, 11:36 AM
  5. Startup Script or Login Script ??
    By WANNABE in forum Active Directory
    Replies: 5
    Last Post: 22-12-2006, 07:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,466,753.92474 seconds with 17 queries