Block copy files From File Server to Desktop

WinWorker 61 Reputation points
2020-11-03T15:20:06.28+00:00

Hi,

Here in my company I installed a File Server with old files (oldest than 2019), and I need to available these files for a consult for all employees. However, these files mustn't be copied by any user into their desktops (without change permissions). In short: this File Server will be an Archive server. Is it possible?

Thank you.

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,561 questions
{count} votes

Accepted answer
  1. MotoX80 32,551 Reputation points
    2020-11-04T20:11:52.627+00:00

    To expand on DSPatrick's comment, if you allow the users to run Word/Excel on their desktop and read the documents through a file share, then they can do a "file save as" and put it anywhere that their account has write access. Or just use the Explorer and do a copy/paste. You can't stop it if the user has read access.

    You have to eliminate the file share from the data access path.

    I don't know if any exist, but one thought would be to investigate some 3rd party software that implements a "display only" flavor of Word/Excel in a browser. The users would log on to a web site, select the folders and view the files. The users would be able to see the data but there would be no "save as" option to copy the data. Your organization may have to write your own web application to accomplish that. The web app would need to run on the archive server so that the file can be accessed directly and not through a file share.

    Do you have Citrix or a Terminal server where you can publish applications? I am not an expert with MS Office applications, but I would expect that there is some way that you could customize the menu and remove "save as". Turn the archive server into a terminal server and run the published "no save as" versions to allow users to read the data through the published apps.

    You could also enable RDP to the archive server and install Office there. Again, you would remove the network share and the users would directly access the file system. You would need to implement firewall rules to block SMB access from the archive server to other file servers and the users desktops.

    1 person found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. WinWorker 61 Reputation points
    2020-11-10T15:30:19.94+00:00

    Hi all,

    I'm back with another question, like the opposite: Is there a way to avoid copying older files (from 31/12/2018 back) to my current File Server? By this, I'd be avoiding copying files from my Archive server to my File Server.

    Thank you


  2. WinWorker 61 Reputation points
    2020-11-12T13:02:05.927+00:00

    Hi @MotoX80

    First of all, thank you for answering. Well, I think FSRM doesn't work in this case since it isn't working with old files. I didn't find a feature so that I could block copying files to my File Server earlier than 31/12/2018, and this resource is what I'm looking for.

    Is there a tool, or command to avoid copying older files than 31/12/2018 in my File Server? Or, quite the contrary, there is a command or tool to avoid copying files from my archive server? One of these options would solve my problem.

    Thank you


  3. code.work 0 Reputation points
    2024-02-27T08:45:18.6733333+00:00

    do you know how make this ??