Share specific file on File Server

muffin1655 1 Reputation point
2022-11-07T15:19:55.737+00:00

Hi all

Soon we are going to switch to Windows Domain and Windows File Server because the organization I'm working at is growing, and so is the need for a more professional environment.
Currently we are using Nextcloud. On Nextcloud it is possible to share a specific file with a certain person.

I'm trying to achieve the same on a Windows File Server.

I'm managing all the permissions with NTFS permissions, so every department can see only their files.
What I want to achieve is the following:
A student/intern joins the organization, by default they are not allowed to view/access any folders/files.
But it is possible that the department manager wants to give a specific student access to certain folder/file.
How do I achieve this?

I tried adding this person under the security tab and giving them read and write permissions, but they are still not able to see this folder/file. It is important to note that this specific folder/file is a sub folder/sub file under the department directory.

So to visualize:

This is what the directory looks like:

  • Department 1
  • ----- Sub folders/files
  • Department 2
  • ----- Sub folders/files
  • Department 3
  • ----- Sub folders/files

So a permanent employee from Department 1 is able to see alle the folders and files under his Departmentm but not from other department (this part I have).

What I want to achieve is:

Department 1  
----- Sub folder(s)  
---------- sales.xlsm  

What I want is that the student should be able to access the file sales.xlsm. He should be able too see the parent directories of the "sales.xlsm" file, but not other files in those directories.

Is this possible?

Thanks a lot!

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

1 answer

Sort by: Most helpful
  1. Philippe Levesque 5,836 Reputation points
    2022-11-07T15:43:46.637+00:00

    Hi

    You should rethink your layout, as is it will be difficult to make disallow rule.

    What I suggest, and seen in the past was more such layout;

    Department 1

    ----- Sub folders/files
    ----- Students

    Department 2

    ----- Sub folders/files
    ----- Students

    Department 3

    ----- Sub folders/files
    ----- Students

    From there you create a GPO that create a map folder for all student under their department. You dont map to the student \server\department1, you map them \server\Department1StudentShare that is a map from the folder Department1\Students, so they will be directly inside the good folder.

    I suggest that for privacy too, as if someone create a folder, exam review for person X, or something explicit, having the traversal's right might expose data you dont want them to see.

    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.