Bordon0116's avatar
Bordon0116
Copper Contributor
Sep 06, 2023
Status:
Completed

Auditing Access to Windows LAPS Passwords

Hello,

I am looking for a feature similar to legacy LAPS that allows a separately defined user in the domain to access the reading of LAPS-assigned passwords. This feature is called "auditing mode" and is used in Legacy LAPS by my C# application to read out certain passwords from devices.
I am now looking for a way to integrate this process into my programme for Windows LAPS through a specified domain user and C#.

4 Comments

  • LAPS auditing (whether for legacy LAPS or new Windows LAPS) is based on AD\LDAP auditing.  The attributes are different between the two, but the approach is just the same.   So I am not sure what else you are looking for - can you please clarify what's missing in Windows LAPS here?