Microsoft Local Administrator Password Solution (LAPS) – Deployment Considerations

In this post we will see how to install and deploy the Microsoft LAPS software. The Local Administrator Password Solution (LAPS) provides management of local account passwords of domain joined computers.

When LAPS is implemented, passwords are stored in Active Directory and protected by ACL. So only eligible users can read it or request its reset.

Why do you need LAPS ?. – Password management is a complex task, especially in big organizations. The LAPS provides a solution to this issue of using a common local account with an identical password on every computer in a domain.

free tool from Microsoft that manages Domain Member computer local account passwords. https://www.microsoft.com/en-us/download/details.aspx?id=46899

I have deployed LAPS for a number of Enterprise customers to use for managing their Domain Member Windows Server local Administrator account passwords.

In Part 1 of this blog series we will run through some of the prerequisite checks that I perform when asked to deploy LAPS

LAPS resolves this issue by setting a different, random password for the common local administrator account on every computer in the domain. Domain administrators using the solution can determine which users, such as helpdesk administrators, are authorized to read passwords.

Local Administrator Password Solution (LAPS)

Some scenarios that one could imagine without LAPS :-

a) Machine loses connection to corporate network and there is not cached credential with administrative privileges.

b) Machine loses connection with domain or is accidentally dis-joined from domain, so domain credentials cannot be used to log on to the server and repair it.

For this type of support scenarios, support staff needs to know the password of local Administrator account to be able to log on to computer and perform necessary administrative tasks.

Microsoft LAPS Prerequisites

To install Microsoft LAPS, you’ll need at least one management computer, and at least one client computer. In my case I am installing the Microsoft LAPS on my domain controller.

There are some client machines that are part of domain, we will be deploying the LAPS software to these client machines as well.

Supported Operating System

  • Client OS – Windows 10, 7, 8, 8.1
  • Server OS – Windows Server 2003, 2008, 2008 R2, 2012, 2012 R2
  • Active Directory – (requires AD schema extension) Windows 2003 SP1 or later.
  • Managed machines: Windows Server 2003 SP2 or later, or Windows Server 2003 x64 Edition SP2 or later.
  • Management tools: .NET Framework 4.0 & PowerShell 2.0 or later

Install and Deploy Microsoft LAPS Software

We’ll now install the LAPS fat client, PowerShell module and Group Policy templates on the management computer.

Click this link to download the Microsoft LAPS software. You can download both 64 bit and 32-bit versions.

Once you download the LAPS software, copy the msi files to a shared folder on the server. In my case I have created a shared folder on C drive and all the files downloaded are present there.

Right click on LAPS x64 and click install.

On the LAPS setup wizard, click Next.

We will select all the features to be installed. Click Next.

Click Install.

The LAPS software has now been installed. Click Finish.

Deploying LAPS to the client machines using GPO

We will now configure a GPO to deploy the LAPS software to the client computer. You could also use scripting method to deploy LAPS. If you want to script this you can use this command line to do a silent install:

msiexec /i <file location>LAPS.x64.msi /quiet

or

msiexec /i <file location>LAPS.x86.msi /quiet

Just change the <file location> to a local or network path.

Alternative method of installation to managed clients is to copy the AdmPwd.dll to the target computer and use this command: regsvr32.exe AdmPwd.dll

Create a GPO to deploy LAPS

Launch the Group Policy Management console, right click on the domain and click Create a GPO in this domain and link it here. Provide a name to the GPO.

In the GPM editor, expand Computer Configuration > Policies > Software Settings. Right click Software Installation and click New > Package.

Browse the path where the files are located, select the LAPS software. Choose the deployment method as Assigned and click OK.

You now see that LAPS x64 has been imported. In case you are adding x86 LAPS, once you add the package be sure to edit the x86 package to uncheck the option Make this 32-bit X86 application available to Win64 machines.

You will find this option when you right click the x86 package > Properties > Deployment. This will ensure that 64-bit computers get the 64-bit DLL, and 32-bit machines get the 32-bit DLL. Close the GPM editor.

To update the policy on the client machines, run the gpupdate command.

On the client machine launch the control panel and click Program and Features. You will find the LAPS entry in the list.

Leave A Comment

Your email address will not be published. Required fields are marked *