Get-ACL doesn't show detailed permission, only ReadAndExecute for everything like read

OZ 286 Reputation points
2024-01-19T16:08:44.7666667+00:00

Get-ACL doesn't show detailed permission, only REadAndExecute for everything. But I need also List Permissions like in pict. and other detailed permissions for folder. I've spent several hours now and haven't been able to find an answer. 2024-01-19_190425

Windows for business | Windows Server | User experience | PowerShell
{count} votes

2 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2024-01-20T09:20:38.8933333+00:00

    Hi @OZ

    I invite you to take a look at this link , it talking about how use powershell to get ntfs permission :

    https://devblogs.microsoft.com/scripting/weekend-scripter-use-powershell-to-get-add-and-remove-ntfs-permissions/

    Please don’t forget to accept helpful answer


  2. Anonymous
    2024-01-22T05:31:48.0266667+00:00

    Hi OZ,

    The basic List Folder Contents permission contains the advanced permissions below.

    • Travers Folder/Execute File
    • List Folder/ Read Data
    • Read Attributes
    • Read Extended Attributes,
    • Read Permissions,
    • Synchronize

    And the Basic Read & Execute permission contains the same advanced permissions. So it's normal to have the same results.

    https://www.ntfs.com/ntfs-permissions-file-folder.htm

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


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.