GreyCorbel / admpwd

AdmPwd project
Apache License 2.0
85 stars 28 forks source link

Automatically reset password on install #2

Open theaquamarine opened 6 years ago

theaquamarine commented 6 years ago

It'd be really handy if the MSI could expire the password and force a new one to be generated on installing the CSE. I know this can be done with Clear-PasswordTimestamp.ps1, but not everyone does and it means reimaged machines don't have a LAPS password configured until their next expiry time, which feels like a gotcha. I think it should be reset by default, possibly with an option to not do so.

jformacek commented 6 years ago

Actually, we have this feature in AdmPwd.E, and just thinking whether or not to backport it to AdmPwd - technically it's not a big deal. Let me give update in few days

Jiri

jformacek commented 6 years ago

Hello, decided to implement this in next update due in few months