Delegate laps permissions to end users on a OU

François Paiement 26 Reputation points
2023-08-09T19:14:52.7966667+00:00

Hello,

Situtation : I have the NEW laps, the one that have been released this year. I Save LAPS Passwords to LOCAL AD servers.

Need : I need some end users to have delegated access to an OU and the computers contained into it and be able to change those container's computer object's laps status,so read and replace password.

Problem : If i give a user access to one OU, he sure can create new Objects in it, but computers inside the OU do not seem to be inheriting permissions.

I've read something about changing something in the schema, but it did not fit what i needed to do, because i do not want those end users (who have been registered to the laps password group) to have access to modify any computers that are not in the specific OU

What is the minimum permissions required to achieve what i need to do and ensure that new computers will have the necessary permissions only when placed in that OU

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Limitless Technology 45,051 Reputation points
    2023-08-10T13:09:50.0866667+00:00

    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:

    1. On the device where LAPS management utilities are installed, open a PowerShell prompt for an account with Domain Admin rights.
    2. Import the LAPS PowerShell module: Import-Module AdmPwd.PS
    3. 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--


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.