LAPS
Commands:
Schema Attributes:
Display Password:



Abusing LAPS:
Forensics:
Last updated



Last updated
#Import LAPs module
import-module ADMPwd.ps
#Allow computers
Set-AdmPwdComputerSelfPermission -OrgUnit "Workstation"
#Set read rights for admin passwords
Set-AdmPwdReadPasswordPermission -Identity "ADPro Computers" -AllowedPrincipals "it_wrk_admins"
#Display users who have rights to read
Find-AdmPwdExtendedRights -Identity "ADPro Computers"
#Show password for host
Get-AdmPwdPassword HOST