# https://github.com/leoloobeek/LAPSToolkit/blob/master/LAPSToolkit.ps1
Import-Module .\LAPSToolkit.ps1
# . .\LAPSToolkit.ps1
Get-LAPSComputers
# if the password is not show, it mean the current user is not able to read the LAPS.
Enumerate group that have LAPS Read
Find-LAPSDelegatedGroups
# use powerview
Get-NetGroupMember -GroupName "<group name>"