Questions tagged [access-based-enumeration]

Access-based enumeration is a feature of Microsoft Windows Server operating systems that hides folders in a share to which users do not have at least Read permissions. It was first introduced in Windows Server 2008.

2 questions
4
votes
2 answers

How can you hide shared folders from those who do not have permissions in Window server 2016 without Active directory

I am using window server 2016 without active directory. I have created some shared folder for users in the server but when users are accessing their folder they are able to see the folder of all other users. I have enable access based enumeration as…
0
votes
1 answer

How to hide folders from local Administrators using Access-based Enumeration?

We are using now Access-based Enumeration inside our AD server. It is very cool: share ONE folder and set the permissions and "BOOM!" works. But I have noticed that local Administators are seeing the folders that they don't have access to. How can I…