To pull Access Control List for each group
Manas Dash
0
Reputation points
As in this picture I want to pull detail "Permissions for" i.e. as like Read / Write / Create etc as like Allow / Deny for each Group or User name inside the Security TAB for any particular OU.
(Get-ACL "AD:$((Get-ADOrganizationalUnit -Identity 'OU=Users,OU=xxxx,DC=abc,DC=com').distinguishedname)").access | Select IdentityReference,AccessControlType
But this cmdlet returning partial information like for each Group or User name inside the Security TAB.
What to add or modify in this cmdlet, so that it will pull all same information as in this attached picture.
Sign in to answer