4.1 - Access Control (ACL/ACE)
Access Control List (ACL)
Example: Viewing ACLs in PowerShell
$object = Get-ADUser -Identity "JohnDoe"
(Get-Acl -Path "AD:$($object.DistinguishedName)").AccessAccess Control Entity (ACE)
Example: Understanding ACEs
Managing ACLs and ACEs in Active Directory
Viewing ACLs in GUI
Modifying ACLs Using PowerShell
Best Practices for Managing ACLs and ACEs
Enumerate ACL/ACE using PowerView
Labs
Last updated