30.6k views
1 vote
In powershell how do you reset the password at login

User Sgargel
by
7.0k points

2 Answers

6 votes

Set-ADAccountPassword cmdlet, included in the RSAT PowerShell module. The Active Directory Service Interface (ADSI) method.

User Zarinah
by
7.8k points
5 votes

Answer:

The Set-ADAccountPassword cmdlet, included in the RSAT PowerShell module.

Step-by-step explanation:

There are two ways to reset a user account password in PowerShell: The Set-ADAccountPassword cmdlet, included in the RSAT PowerShell module. The Active Directory Service Interface (ADSI) method.

User Renanleandrof
by
7.5k points