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.
Windows for business Windows Client for IT Pros User experience Other
28,655 questions
Microsoft Security Microsoft Graph
13,721 questions
Microsoft 365 and Office Access For business Windows
Sign in to answer