vote up 0 vote down star

I need to make sure that users with expired passwords can change their password through this utility.

Is there a way to make my password expire and test it? I have the virtual directory configured for anonymous access, so that anyone can access the page.

flag

44% accept rate

1 Answer

vote up 1 vote down

You can use the System.DirectoryServices.AccountManagement namespace to manipulate user accounts to flexibly expire and refresh passwords programmatically.

I have successfully been able to expire users' passwords and then use the IISADMPWD pages to reset it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.