Set-ADAccountPassword -Identity sampleuser -Reset -NewPassword (ConvertTo-SecureString -String 'samplepw' -AsPlainText -Force -Verbose) -PassThru | Unlock-ADAccount -Verbose
Select allOpen in new window
Open in new window