Forum Discussion
rcequinox
Sep 27, 2022Copper Contributor
LAPS - Possible to manually specify a password for the Administrator account?
Can I use the Reset-AdmPwdPassword or a similar Powershell command to send a specific password to the end device? From what I can tell if I run Reset-AdmPwdPassword, this is going to change the p...
Reza_Ameri
Sep 29, 2022Silver Contributor
Thank you for the clarification.
What you are looking for is not possible with this command.
However, you may try command like "Set-ADAccountPassword" where you could set a password yourself.
Have a look at:
https://learn.microsoft.com/en-us/powershell/module/activedirectory/set-adaccountpassword
What you are looking for is not possible with this command.
However, you may try command like "Set-ADAccountPassword" where you could set a password yourself.
Have a look at:
https://learn.microsoft.com/en-us/powershell/module/activedirectory/set-adaccountpassword
rcequinox
Sep 30, 2022Copper Contributor
Is the Local Administrator account for a Computer stored in AD as an object?