General discussion

  • Creator
    Topic
  • #2092634

    change passwords at command prompt?

    Locked

    by ssah ·

    Can you change User passwords at the command prompt? If so, how?
    NT 4.0 sp6 single domain

All Comments

  • Author
    Replies
    • #3869676

      change passwords at command prompt?

      by dross ·

      In reply to change passwords at command prompt?

      net user (username) (password) /DOMAIN

      Try this out. Must be logged in as an administrator or equivalent.

      Darrell

    • #3869674

      change passwords at command prompt?

      by syscokid ·

      In reply to change passwords at command prompt?

      You can use the “net user” command.

      Used to add/create/modify user accounts

      Syntax:

      net user [password or *]

      Type net user /? at a command prompt for a list of all switches.

    • #3869645

      change passwords at command prompt?

      by woody h ·

      In reply to change passwords at command prompt?

      Answers 1 and 2 are correct. You can take this farther though. You can add the command into a batch file to change multiple passwords with one keystroke. We made a change to a group of 105 users with one batch file, made things very simple. If you have any questions, feel free to email me.

      Woody

    • #3699389

      change passwords at command prompt?

      by ssah ·

      In reply to change passwords at command prompt?

      This question was auto closed due to inactivity

Viewing 3 reply threads