Re: Admin Printer Setup?

anonymous_at_discussions.microsoft.com
Date: 05/14/04

  • Next message: Kiwi: "Laserjet 5N print cutoff at 5/8""
    Date: Fri, 14 May 2004 12:27:37 -0700
    
    

    Ok, I seem to be doing something wrong with the syntax.
    Let's assume the following and tell me what I am doing
    wrong.

    username:really
    password:stupid
    domain:doh
    servername:printerserver
    printername:printer01

    I am entering the following with no luck:
    net use \\printerserver\printer01\IPC$
    stupid /user:doh\really /persistent:yes

    just throws back a sytax explanation for net use. I have
    tried many different combinations.

    thanks for the help

    >-----Original Message-----
    >You have a couple of possible choices:
    >
    >1. add the computer to the domain and then logon using a
    domain user account
    >that has access to the printer. In this scenario, you
    can add the domain
    >user account to the local Administrators group (while
    logged on locally as
    >Administrator) so that the domain user account acts as a
    local
    >administrator.
    >
    >2. open a command prompt and use this command:
    >
    > net use \\printservername\IPC$
    password /USER:DomainName\DomainUserName
    >/persistent:yes
    >
    >where:
    > printservername is the Computer Name of the computer
    that has the
    >(network) printer you want to use
    > password is the password for the
    DomainName\DomainUserName
    > DomainName is the name of the domain in which
    DomainUserName is defined
    > DomainUserName is the User Name for a user account
    defined in the
    >DomainName domain that is permitted to use the printer
    > /persistent:yes is exactly that character string -
    this is optional, but
    >makes the setting permanent, so you don't have to issue
    the command each
    >time you logon. Naturally, if the password for the
    DomainUserName account
    >is changed, you will have to re-issue the command with
    the new password.
    >
    >After isssuing this command, you should be able to use
    the printer.
    >--
    >Bruce Sanderson MVP
    >
    >It's perfectly useless to know the right answer to the
    wrong question.
    >
    >
    >"Stephen" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:c46301c4385d$02f178b0$a301280a@phx.gbl...
    >> I am logged into the box locally as the admin. I am
    trying
    >> to connect to a network printer. I can add the printer
    >> with add printer utility using the \\server\printer
    >> syntax, however, the system cannot access the printer
    >> (access denied) because it is on the domain. How do I
    >> either set it up differently or supply the credentials
    so
    >> it can be accessed?
    >>
    >> Thanks.
    >
    >
    >.
    >


  • Next message: Kiwi: "Laserjet 5N print cutoff at 5/8""

    Relevant Pages

    • Re: Accesing structures data (getting lengthy!)
      ... According to the syntax you ... assignment statement just won't stand out amongst all the other ... meaningless dummy variables that you have to keep track of. ... comparitively easy to pick out of a long, boring, command line history, ...
      (comp.soft-sys.matlab)
    • Re: Windows could not upgrade the file..........Security update KB
      ... "Sky King" wrote in message ... > Robert Aldwinckle wrote: ... I would not have offered my tip about copying text from a command ... probably over a simple syntax error. ...
      (microsoft.public.windowsupdate)
    • Re: krb5kdc_err_s_principal_unknown on Windows Kerberos Domain
      ... command line with the parameter "tickets". ... fail group policy replication for users. ... I went to the command line and tested this unusual syntax, ...
      (comp.protocols.kerberos)
    • Re: coding a command button to change properties on another form
      ... Try placing your disable code in the Form2 OnOpen event. ... OpenArgs string is passed to Form2, so that Form2 can examine and act/notact upon it. ... the syntax for the FormOpen method is wrong... ... On this command button that has a macro, ...
      (microsoft.public.access.formscoding)
    • Re: modifying path
      ... Most folks set their paths in a file called .bashrc (you will need to ... The MANPATH is where the MAN command looks for man pages. ... >i usually install or administer stuff from my user account on behalf of ... i queried my path for both root and my user account. ...
      (linux.redhat)