OU delegates question
How can you check who has delegated control to an OU in AD?
(I know how to delegate control i just dont know how to check who is delegated! )
Cheers in advance.
(I know how to delegate control i just dont know how to check who is delegated! )
Cheers in advance.
Foolproof systems don't take into account the ingenuity of fools
Comments
-
eurotrash Member Posts: 817I don't know either, but you can check the permissions and see who has what (special permissions) as this is what the delegation affects. Also you can check the effective permissions tab for a user/group to see what it has been delegated.
Rudimentary, I know, and there must be a better way.witty comment -
blargoe Member Posts: 4,174 ■■■■■■■■■□I always use the effective permissions thingy.IT guy since 12/00
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands... -
Sie Member Posts: 1,195What i want to do is to find from an OU's who has access as apposed to know what groups have access to what OU's.
Im trying to find the groups that are delegated to a specific OU and dont want to have to go through each group to check!!
Something similar to the 'members' tab in a group secuirty setting rather than the 'member of' tab. (Hmmm.... making little sense i am. )Foolproof systems don't take into account the ingenuity of fools -
Danman32 Member Posts: 1,243You probably would need a third party product that will do the backtracking for you. As it stands now, we are lucky we now have the 'effective permissions' tab as it is. Unfortunately you have to give the security principle you want to verify against the resource. You can't ask what security principles have indirect access to a specific resource through groups, though you can now get direct principle access through inheritance.
Of course you could try extracting info using the command line utilities and write a script to process them.
Get the groups that have permissions, then have the script expand out the group memberships recursively down to the user.