My Experience with Microsoft's Local Administrator Password Solution (LAPS)


As part of an initiative to bolster our security posture I am implementing LAPS.  For those not familiar with LAPS, per Microsoft: "The "Local Administrator Password Solution" (LAPS) provides management of local account passwords of domain joined computers. Passwords are stored in Active Directory (AD) and protected by ACL, so only eligible users can read it or request its reset."

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.

  1. 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.
  2. 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>  


Hopefully this blog post helps those that ran into the same issues I did during testing.







Comments

Popular posts from this blog

SharePoint Online Document Library as a Mapped Drive

Microsoft's SharePoint Migration Tool