Hello there,
You can grant a user or user group permission to view LAPS recovery keys stored in a designated organizational unit (OU) in Active Directory.
Before you delegate access, you must have or create an OU and security group to designate.
To delegate access to LAPS recovery keys:
- On the device where LAPS management utilities are installed, open a PowerShell prompt for an account with Domain Admin rights.
- Import the LAPS PowerShell module: Import-Module AdmPwd.PS
- Delegate read access to a user or group:
Set-AdmPwdReadPasswordPermission -Identity "OU Name" -AllowedPrincipals "User or Group Name"
Replace OU Name with the name of the OU for which the user or group will be able to read attributes
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--