To pull Access Control List for each group

Manas Dash 0 Reputation points
2023-01-13T08:59:11.5033333+00:00

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

Security

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
Microsoft Security Microsoft Graph
Microsoft 365 and Office Access For business Windows
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.