- Install AdmPwd.Setup.x64.msi on a Management Server with all options
- Install same AdmPwd.Setup.x64.msi files on managed machines
Using script – Example: msiexec /i \\server\share\LAPS.x64.msi /quiet
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
- To update the schema:
Import-module AdmPwd.PS
Update-AdmPwdADSchema
- Remove extended permission
Open ADSIEdit
- Right Click on the OU that contains the computer accounts that you are installing this solution on and select Properties.
- Click the Security tab
- Click Advanced
- Select the Group(s) or User(s) that you don’t want to be able to read the password and then click Edit.
- Uncheck All extended rights
- Adding Machine rights
Set-AdmPwdComputerSelfPermission -OrgUnit Servers (
<name of the OU to delegate permissions>)
- Adding User Rights
Set-AdmPwdReadPasswordPermission -OrgUnit <name of the OU to delegate permissions> -AllowedPrincipals <users or groups>
Set-AdmPwdResetPasswordPermission -OrgUnit <name of the OU to delegate permissions> -AllowedPrincipals <users or groups>
- Configure GPO for LAPS
- You can get password with GUI or Powershell:
Get-AdmPwdPassword -ComputerName <computername>
You can reset the password expiration date with GUI or with PoweShell:
Reset-AdmPwdPassword -ComputerName <computername> -WhenEffective <date time>