Access on Folder require user permissions

Marco Milone 51 Reputation points
2021-03-17T11:05:31.54+00:00

Hi, i have a problem with access on Folder on my File Server 2012 R2

Scenario:

  • UserA is a member of "Domain Admins" group
  • "Domain Admins" is a member of "SERVER\Administrators" group

78748-image.png

  • The ACL of the folder grant FULL permission of "Server\Administrators" grop as follow

78597-image.png

  • Trying to access the folder , Explorer prompt the message "You don't currently have permission to access this folder."

78739-image.png

How can solve? I also disabled the UAC but nothings changed.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,209 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. MotoX80 32,081 Reputation points
    2021-03-17T23:40:26.34+00:00

    Is the user trying to access the local drive path, F:\Shares\FAC, or through a network share like \ServerName\FAC?

    If it's the network share, be sure to check the share permissions.

    Use the effective access tab to analyze the user in question's permissions to verify access.

    78908-capture.jpg

    78909-capture1.jpg

    0 comments No comments

  2. Fan Fan 15,301 Reputation points Microsoft Vendor
    2021-03-18T06:44:46.843+00:00

    Hi,

    Since you delegated the permission only for the NTFS permission, the users will be able to access the folder when access the file locally.
    As MotoX80 mentioned above, If you access the folder by a network path like:\servername\shared folder ,we also need to share the folder and assign the share permissions to the user.

    Best Regards,

    0 comments No comments

  3. Marco Milone 51 Reputation points
    2021-03-22T10:06:28.203+00:00

    Hi, as a attached screenshot you can see that the permissions is everyone for Share lever and custom for ntfs level.
    My user is in domain admins group and I have a "effective access" but to access on folder i must click on UAC warning message

    80127-2021-03-19-09h55-44.png

    80145-2021-03-19-09h38-56.png

    0 comments No comments

  4. Marco Milone 51 Reputation points
    2021-03-22T10:27:54.047+00:00

    I found the solution:

    https://social.technet.microsoft.com/Forums/en-US/fedbb110-556d-4d2f-83bb-fb679c125cc3/windows-server-2012-uac-folder-problem?forum=winserverfiles

    "You want to add this DWORD LocalAccountTokenFilterPolicy to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System with the value of 1."