Windows Server - User password rest

Asked By thebatchman on 07-Jun-10 09:00 PM
We want to allow our helpdesk the ability to reset our users passwords to a
default value (which will mostly be a random value).  Will these random
password values get populated into the password history?

thx


Florian Frommherz [MVP] replied to thebatchman on 08-Jun-10 02:56 AM
Howdie!


The process for allowing the password reset is using "Delegation of
Control" and its wizard.

The password you set the password to will be in the password history of
the user, so the user cannot set the password to that value again. For
the reset, however, the password history is not checked so you can reset
a password to a standard password over and over again.

Cheers,
Florian
thebatchman replied to Florian Frommherz [MVP] on 08-Jun-10 08:47 AM
thanks, that what we needed to know. New to Windows/AD administration.