login as a different user using command line

andrea_djunaidyandrea_djunaidy Member Posts: 8
edited 2013-01-25 in NAV Three Tier
hi there,

i want to know how to login to RTC as different user using a command line.

thanks in advance

Andrea Djunaidy

Comments

  • SogSog Member Posts: 1,023
    RUNAS

    Execute a program under a different user account.

    Syntax
    RUNAS [/profile] [/env] [/netonly] /user:user Program

    Key
    /profile Option to load the user's profile (registry)
    /env Use current environment instead of user's.
    /netonly Use the credentials specified only for remote connections.
    /user Username in form USER@DOMAIN or DOMAIN\USER
    (USER@DOMAIN is not compatible with /netonly)
    Program The command to execute
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • andrea_djunaidyandrea_djunaidy Member Posts: 8
    thank you very much for the prompt response. i will look into this runas command :)
Sign In or Register to comment.