Difference between revisions of "Change password at next login"

From MyWiki
Jump to: navigation, search
(Created page with "Set-ADUser -Identity <samAccountName> -ChangePasswordAtLogon $true <br> The cmdlet itself internally update the pwdLastSet attribute.<br>")
 
(No difference)

Latest revision as of 08:45, 13 June 2017

Set-ADUser -Identity <samAccountName> -ChangePasswordAtLogon $true
The cmdlet itself internally update the pwdLastSet attribute.