List folder content

Droppa Mihály 1 Reputation point
2022-05-05T13:07:58.437+00:00

Hi Guys,

I am currently have a file server that running Windows Server 2019

I have a folder that being setup as below:

Main folder
Subfolder1
Subfolder11
Subfolder12
Subfolder13 ...
Subfolder2
Subfolder3
etc...

1st goal: ADGroup10 will able to read and write the Subfolder11 and Subfolder13 - it is working with a modify permission on the subfolders.

2nd goal: ADGroup10 will able to list the content only of Subfolder1 but not the other subfolders within
If I set List folder content permission on it, this is inherited for all the subfolders.
Is there any option to do this without disable inheritance all the subfolders within Subfolder1?

Thanks,
M

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,921 Reputation points
    2022-05-11T03:41:28.693+00:00

    Hi @Droppa Mihály

    While setting the List folder content permission set the ACL of the file/folder to protect. Otherwise, manually update the ACL of the moved file/folder by using the explorer ACL editor. Disable and then enable inheritance again to force the ACL to be updated with the right inherited permissions.

    You may also use a VBScript to automate this process.

    Steps to reproduce the behavior https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/inherited-permissions-not-automatically-update

    Hope this resolves your Query !!

    ---------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

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.