When you install LAPS program on a computer where you want the ability to easily retrieve the password just select the Management Tools
The program you want to run is C:\Program Files\LAPS\AdmPwd.UI.exe
It will be in the menu and looks like this:
Launch the LAPS UI, enter the computer name and click Search.
You can also get the password using PowerShell.
Import-module AdmPwd.ps
Get-AdmPwdPassword -ComputerName <computername>
No comments:
Post a Comment