Search results for query: *

  • Users: maps
  • Order by date
  1. maps

    (Beginner) Apply this “folder only” permissions for AD Groups to a folder

    I found a solution. Here is the code and the info: //set params for all access sets AccessControlType DenyAccess = AccessControlType.Deny; AccessControlType AllowAccess = AccessControlType.Allow; InheritanceFlags inheritFlag = InheritanceFlags.None; InheritanceFlags...
  2. maps

    (Beginner) Apply this “folder only” permissions for AD Groups to a folder

    I'm struggling a bit with folder permissions. I want to basically add a AD group to a folder with modify access but then restrict it. Problem is I couldn't figure out how to apply a permission to "this folder only" The goal is to set the following restrictions to a main folder: deny delete...
Back
Top Bottom