I can list acl from an OU with Get-ACl cmdlet but I need to see the permission entries like we can see in :
OU properties -> Security Tab -> Advanced -> View with Active Directory Users and Computers
Here we are on the Permission entry of the AD Object. What I want is the name of the permission (certainly AD Object properties) and know if it's allow or deny.
The result could be like this :
NT AUTHORITY\SYSTEM | GenericAll | Read Fax Numbers | Allow
NT AUTHORITY\SYSTEM | GenericAll | Write Fax Numbers | Allow
...