How to Create user object with object specific ACE?

khilan maradiya 1 Reputation point
2021-07-22T06:27:27.947+00:00

I needed one help related to msExchMailboxSecurityDescriptor attribute in the Active directory.

How can i configure user object with
"Object-specific Access Allowed" as mentioned in (https://learn.microsoft.com/en-us/windows/win32/secauthz/object-specific-aces?redirectedfrom=MSDN) Access Control Entry in active directory, or should i have to change existing user object?

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

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-07-23T03:52:54.227+00:00

    Hello @khilan maradiya ,

    Thank you for posting here.

    Based on the description, I understand your request is to set ACEs for one object (such as user object).

    Here is an example for your reference.

    1.On one DC, log on the DC using Domain Administrator.
    2.Open Active Directory Users and Computers.
    3.Find a user object (in my case, it is daisy5 ).
    4.Open daisy5 Properties\Security tab\Advanced button\Permission tab\Add.
    117199-ace1.png

    5.Principal: daisy6 ( you can select one user or one group ).
    Type: Allow (you can also select Deny, if you want to deny one user or group some permissions on the object).
    Applies to: This object only (you can select other options depending on your requirements).

    Click “Clear all” button.

    Check one permission or more permissions you want.

    Click OK button.

    117246-ace2.png

    6.Then you will see one ACE below.
    117239-ace3.png

    7.It means daisy6 can be able to "reset password" on daisy5 user object.

    You can set/configure one or more ACEs on one AD object, to allow or deny user/group to perform any permission on the AD object depending on your requirements.

    ACEs to Control Access to an Object's Properties
    https://learn.microsoft.com/en-us/windows/win32/secauthz/aces-to-control-access-to-an-object-s-properties

    Hope the information above is helpful to you.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


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.