Enable an AD Group to Grant LAPS Password Reader Permission
This document describes how to designate an AD group by toggling an attribute to grant LAPS password reader permission in Entra.
This article applies to: Active Directory Management , Authentication
- The ability to enable a group for LAPS permission is granted to Primary Admins only. Please see Primary vs. Delegated DoCID | IT@Cornell for an explanation of permission differences.
- The attribute '
edsvaOIT-isLAPSEnabled
' is a virtual attribute in Active Roles. This attribute does not exist in AD. - You must connect to Active Roles Service with your Primary DoC account as 'proxy' (connect-qadservice -proxy) in order to access this (or any) virtual attribute using PowerShell.
- It may take up to an hour for any changes made to the AD group to sync to Entra.
Enable AD Group for LAPS Use
In September 2025, CIT created LAPS groups in the CentralObjects OU for each DelegatedObjects OU. The groups use the naming convention prefix-LAPS-readers. Use the steps below to enable a group for LAPS use.
- Log on to the Quest ARS Console with a Primary DoC account.
- Navigate to DelegatedObjects > Your unit > CentralObjects.
- Right-click on prefix-LAPS-readers group, then .
- Select the Advanced Properties. tab and go to
- In the Look for property field, enter
laps
. Make sure both boxes in the Advanced Properties window are checked. - Double-click on the
TRUE
in the Boolean value. property, and enter
- Click on each window to set the property value for the group.
- Add users who should have LAPS password access as members of this group.
- Wait one hour for the changes to sync with Entra.
Disable a LAPS Group
To disable an AD group previously designated for LAPS use, simply clear edsavaOIT-isLAPSEnabled virtual attribute or set it to . This will remove the members of the AD group from LAPS password reader role in Entra ID.
fromUsing Active Roles PowerShell Cmdlet
To set edsvaOIT-isLAPSEnabled attribute using PowerShell, use the following command:Set-QADGroup -Identity 'prefix-LAPS-readers' -ObjectAttributes @{'edsvaOIT-isLAPSEnabled' = $true}
Note: you must connect to ARS service as 'proxy' to modify the attribute. e.g. connect-qadservice -proxy
Comments?
To share feedback about this page or request support, log in with your NetID