You may have multiple ways to find Microsoft Local Administrator passwords in LAPS.
- Check Attribute Editor by going to Properties of the user account. Navigate to ms-Mcs-AdmPwd.
2. Use PowerShell command Get-AdmPwdPassword -ComputerName
For individual computer,
Get-AdmPwdPassword -ComputerName hostname
For all hosts,
Get-AdmPwdPassword -ComputerName *