RE: changing passwords remotely
From: Jack Wang [MSFT] (jackwa_at_online.microsoft.com)
Date: 04/29/04
- Next message: djc: "certificate for non-iis server question"
- Previous message: Keith W. McCammon: "Re: mark private key exportable"
- In reply to: Jeremy: "changing passwords remotely"
- Next in thread: Jeremy: "Re: changing passwords remotely"
- Reply: Jeremy: "Re: changing passwords remotely"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 29 Apr 2004 13:49:47 GMT
Hi Jeremy,
Password belongs to a user. So, you may need to change password for a user
not computer. Thanks for Marin's good information. You may also refer to
the following article.
149427 How to Change User Password at Command Prompt
http://support.microsoft.com/?id=149427
To change a user's password at the command prompt, log on as an
administrator and type:
"net user <user_name> * /domain" (without the quotation marks)
When you are prompted to type a password for the user, type the new
password, not the existing password. After you type the new password, the
system prompts you to retype the
password to confirm. The password is now changed.
Alternatively, you can type the following command:
"net user <user_name>? <new_password>" (without the quotation marks)
When you do so,
the password changes without prompting you again. This command also
enables you to
change passwords in a batch file.
Hope this helps!
Sincerely,
Jack Wang, MCSE 2000, MCSA, MCDBA, MCSD
Microsoft Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Jeremy" <Nospam@nospam.com>
| Subject: changing passwords remotely
| Date: Wed, 28 Apr 2004 11:51:04 -0400
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
| Message-ID: <#A4CbiTLEHA.1312@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.windows.server.security
| NNTP-Posting-Host: itsaburtthing.com 68.22.254.218
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.windows.server.security:3438
| X-Tomcat-NG: microsoft.public.windows.server.security
|
| On windows98 we were able to use
| net password \\server userid oldpass newpass
|
| Is there a command on windows XP that will let us do the same thing?
| Because XP no longer has the net password.
|
| --
|
|
| Jeremy Kettelhohn
|
|
|
|
- Next message: djc: "certificate for non-iis server question"
- Previous message: Keith W. McCammon: "Re: mark private key exportable"
- In reply to: Jeremy: "changing passwords remotely"
- Next in thread: Jeremy: "Re: changing passwords remotely"
- Reply: Jeremy: "Re: changing passwords remotely"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|