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
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,010 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,272 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
333 questions
{count} votes