My Experience with Microsoft's Local Administrator Password Solution (LAPS)
I used an excellently written blog post as the framework for testing LAPS
https://windowsserveressentials.com/2017/06/29/configure-and-deploy-microsoft-laps/
However, for our environment there were a few additional steps we needed to take.
- Change the GPO we have in place that sets the renamed local administrator account for Password never expires from True to False. If the password is set to never expire the client side LAPS dll will be unable to change the password.
- If you are seeing the below in the Application event log you will need to configure appropriate permissions for the computer objects/OU where LAPS is applied. This will allow the computer account to write the changed password to your Active Directory.
Set-AdmPwdComputerSelfPermission -OrgUnit <nameof the OU to delegate permissions>


Comments
Post a Comment