Forum Discussion
Himanshu Singh
Apr 18, 2018Iron Contributor
Reporting Per ACE Per User Permission on AD Objects
I have a requirement where i have to find out for few user accounts what all permissions do they have on/in the AD forest-domain, I intend run a check that touches ntsecuritydescriptor attribute on ...
- Apr 19, 2018
Yes i am now trying AdAclScanner powershell script at this point this tool has both GUI and commandline options
.\ADACLSCAN.ps1 -Base "DC=XX,DC=com" -Filter "(&(objectclass=* or AdminCount=1 or whatever))" -Scope subtree -EffectiveRightsPrincipal ALICE -Output HTML -Show
Himanshu Singh
Apr 19, 2018Iron Contributor
Yes i am now trying AdAclScanner powershell script at this point this tool has both GUI and commandline options
.\ADACLSCAN.ps1 -Base "DC=XX,DC=com" -Filter "(&(objectclass=* or AdminCount=1 or whatever))" -Scope subtree -EffectiveRightsPrincipal ALICE -Output HTML -Show