Extending AD User Password Expiry Date Using Active Directory
- fabztechtips
- Jan 25, 2024
- 1 min read
Launch the Active Directory Administrative Center on a domain controller or a computer that has Remote Server Administration Tools (RSAT) installed
Search for the user name in the global search
Double-click on the user name, click on Attribute Editor – Locate the pwdLastSet attribute.
Double-click on the ‘pwdLastSet’ attribute to open it, and set the value to ‘0’. Then, click ‘OK’ and ‘Apply’ to save the changes. The ‘pwdLastSet’ attribute will now be displayed as ‘never’
Reopen the ‘pwdLastSet’ attribute and set it to ‘-1’. Then, click ‘OK’ and ‘Apply’ to save the changes.
Open command prompt, type the command net user loginname /domain. Replace [loginname] by the name of your user account (for example test in the screenshot below). Confirm password expiry date has been extended
Comentarios