Active Directory delegations

E J 86 Reputation points
2023-06-14T12:55:13.7733333+00:00

What permissions do i need to be able to delegate computer objects in Active Directory?

I would like to be able to delegate access from one AD Computer Object to another AD Computer Object,
in my specific case i would like to delegate a Windows Server Object Running Azure Application Proxy to another AD Server which is running a web-server, right now only our domain admins are able to do so & we would like to build a custom role. User's image

Thanks

Windows for business Windows Client for IT Pros Directory services Active Directory
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2023-06-15T10:42:16.01+00:00
    Hello E J,
    
    Thank you for your question and for reaching out with your question today.
    
    To delegate access from one Active Directory (AD) computer object to another, you will need the appropriate permissions within AD. Specifically, you will require the following permissions:
    
    1. Delegate Control permission:
       - To delegate control from one computer object to another, you need the "Delegate Control" permission on the source computer object.
       - This permission allows you to specify which actions can be performed on the source computer object and delegate those permissions to a specific user or group.
    
    2. Write All Properties permission:
       - To modify the necessary properties of the target computer object, you need the "Write All Properties" permission on the target computer object.
       - This permission allows you to modify the necessary attributes, such as the "msDS-AllowedToActOnBehalfOfOtherIdentity" attribute, which is used to grant access to the target computer object.
    
    To grant these permissions, you will typically require the following roles or membership:
    
    1. Domain Admins:
       - Members of the Domain Admins group have full administrative rights over the entire Active Directory domain. By default, they have the necessary permissions to delegate control and modify computer object properties.
       - However, it is not recommended to grant this level of access to regular users unless absolutely necessary for administrative purposes.
    
    2. Custom Role:
       - To create a custom role with the necessary permissions, you can define a new role in Active Directory with specific privileges for delegating control and modifying computer object properties.
       - You can use the built-in Active Directory administrative tools, such as Active Directory Users and Computers, to create a custom role and assign the required permissions.
       - Ensure that the custom role has appropriate limitations and is only assigned to trusted administrators who need the specific delegation capabilities.
    
    Please note that the exact steps for creating a custom role and assigning permissions may vary based on your specific AD environment and administrative tools.
    
    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
    
    If the reply was helpful, please don’t forget to upvote or accept as answer.
    
    Best regards.
    
    0 comments No comments

Your answer

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