How can I programmatically change my windows domain password?
Posted
by Deestan
on Stack Overflow
See other posts from Stack Overflow
or by Deestan
Published on 2010-06-08T11:23:32Z
Indexed on
2010/06/08
11:32 UTC
Read the original article
Hit count: 126
In other words, how to change my password without going through the "CTRL-ALT-DEL -> Change Password" interface.
By programmatically I mean via a command-line tool, C# via a .NET library, COM-invocation via Python, ... whatever doesn't involve any manual steps, really.
The "NET USER" command is ineligible, as it requires me to run with domain administrator privileges.
© Stack Overflow or respective owner