Change Windows user password remotely using .NET

Posted by Andrew J. Brehm on Stack Overflow See other posts from Stack Overflow or by Andrew J. Brehm
Published on 2010-04-08T12:25:33Z Indexed on 2010/04/08 12:33 UTC
Read the original article Hit count: 249

Filed under:
|

How do I change a local user account password remotely using VB.NET/C#?

I have looked into the DirectoryEntry class and know how to add users to a group but cannot figure out how to change a (local) password.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about active-directory