Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    The problem here is not share permissions of group policy, but filesystem permissions on c:\inetpub. grant the user access to the folder locally, and then attempt to share it. Share permissions stack on top of disk permissions so a share to a point on disk that the user does not have access to will be inaccessible. the user must be allowed both to the share and to the folder. Commented Jun 22, 2016 at 20:08
  • Well, I see that the security settings of the folder have permissions for the Users group, and within the Users group, our NET\Domain Users is a member, and that user is a part of that Domain Users group. So shouldn't it work?
    – Adjit
    Commented Jun 22, 2016 at 20:14
  • were those permissions propagated to the sub-directories? usually that configuration would not be automatically inherited. Commented Jun 23, 2016 at 5:31