Hello everyone,
I need to restrict the size of every single file that is stored in a specific folder on our File Server. The main objective is to avoid large files being stored and transferred on the network. I've tried using File Screening Management in File Server Resource Manager (FSRM), but it only allows me to put restrictions based on file type and it allows to give a limit to Folder using Quota Template, but this cannot be applied to files.
The actual requirement is to enforce a size restriction on every file in the folder, regardless of the file type. For example, if I set the maximum file size to 5MB, it should check every file being saved, moved, or downloaded into the folder. If a file exceeds 5MB, it should trigger a warning message ideally, if that's not possible , then give a hard limit on the file operation and should not allow operation to succeed.
https://learn.microsoft.com/en-us/windows-server/storage/fsrm/file-screening-management
https://learn.microsoft.com/en-us/windows-server/storage/fsrm/create-quota-template
We use Windows Server 2012R2
Is there any other method to achieve this using FSRM, or another method or tool that can accomplish this? Any guidance or detailed steps would be greatly appreciated!
Thank you!